| ## BioMedGPT-R1-17B |
|
|
| BioMedGPT-R1-17B is a multimodal biomedical reasoning model jointly released by PharMolix and Institute of AI Industry Research (AIR). It updates the language model in last version with DeepSeek-R1-Distill-Qwen-14B and adopts two-stage training for cross-modal alignment and multimodal reasoning SFT, performing on par with commercial model on biomedical QA benchmark. |
|
|
| ### Get started |
| * Download the model and config files. |
| > We also upload files in [wisemodel/PharMolix/BioMedGPT-R1](https://wisemodel.cn/models/PharMolix/BioMedGPT-R1) |
| * Merge the model chunks with script `model_merge.py` |
| ```bash |
| python model_merge.py |
| ``` |
| |
| * Explore the biomedical QA with our [OpenBioMed](https://github.com/PharMolix/OpenBioMed) platform. There is an example in `examples/biomedgpt_r1.ipynb`. |
|
|
| ### Cite Us |
| If you find our open-sourced models helpful to your research, please consider citing: |
|
|
| ``` |
| @article{luo2024biomedgpt, |
| title={Biomedgpt: An open multimodal large language model for biomedicine}, |
| author={Luo, Yizhen and Zhang, Jiahuan and Fan, Siqi and Yang, Kai and Hong, Massimo and Wu, Yushuai and Qiao, Mu and Nie, Zaiqing}, |
| journal={IEEE Journal of Biomedical and Health Informatics}, |
| year={2024}, |
| publisher={IEEE} |
| } |
| ``` |
|
|