leofansq's picture
Update README.md
390bf3b verified

BioMedGPT-R1-DS-Qwen

BioMedGPT-R1-DS-Qwen is an intermediate version of BioMedGPT-R1, which is only finetuned for cross-modal alignment. Here is a case for multimodal QA.

A case of multimodal QA

Get started

  • Download the model and config files.

  • Merge the model chunks with script model_merge.py

    python model_merge.py
    
  • Explore the biomedical QA with our 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}
}