## 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`.