Qilin-Med: Multi-stage Knowledge Injection Advanced Medical Large Language Model Qichen Ye, Junling Liu, Dading Chong, Peilin Zhou, Yining Hua, Andrew Liu, Xuxin Cheng 📖 Introduction Integrating large language models (LLMs) into healthcare presents potential but faces challenges. Directly pre-tr...
Code Edit williamliujl/qilin-med-vl official 60 Tasks Edit Language Modeling Language Modelling Datasets Edit Introduced in the Paper: ChiMed-VL Results from the Paper Edit Submit results from this paper to get state-of-the-art GitHub badges and help the community compare results to ...
Put the CHiMed-DPO data (i.e., `dpo.json`) at `data/dpo/`, then using `scripts/merge_peft_adapter.py` to merge the sft adapter with `Qilin-Med-Pretrained`, then put the resulting model to `checkpoints/Qilin-Med-SFT-merged`. Finally run the following scripts. ``` bash run_dpo....