SCIR-HI / Huatuo-Llama-Med-Chinese

Repo for BenTsao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中文医学知识的大语言模型指令微调
Apache License 2.0
4.31k stars 422 forks source link

How to finetune on huozi? #91

Closed yongliang-wu closed 8 months ago

yongliang-wu commented 8 months ago

Since you guys have updated the finetune model of huozi. I wonder if I want to finetune on huozi using my own data. Should I modified the finetune.py script?

s65b40 commented 8 months ago

Hi, yes. If you wanna fine-tune Huozi with your own data, please mod the finetune.sh file with 'Huozi' base model, your own data, and the prosper prompt template (and other parameters if necessary).

yongliang-wu commented 8 months ago

Thanks!