charlierabea / FORTE

The original code for paper "Towards a Holistic Framework for Multimodal Large Language Models in Three-dimensional Brain CT Report Generation"
MIT License
10 stars 1 forks source link

Missing model weights #1

Open Shashwathp opened 1 month ago

Shashwathp commented 1 month ago

Hello, I was going through the repository and tried accessing the model weights from the Google Drive link provided in the README, but it seems the files are missing. Could you please provide an alternate link? Thanks for your help Best regards, Shashwath P

charlierabea commented 1 month ago

Thank you for your interest. BrainGPT is fine-tuned from OTTER-MPT7B-Init, and thus the checkpoint follows its form (.bin). You can find the config file and PyTorch models on the google drive. Furthermore, we have uploaded the model to hugging face (Charliebear/BrainGPT), which should be easier to download. Please put both model folders of the base model and the fine-tuned model in the ./checkpoint folder