Huatuo-Llama-Med-Chinese icon indicating copy to clipboard operation
Huatuo-Llama-Med-Chinese copied to clipboard

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

Results 62 Huatuo-Llama-Med-Chinese issues
Sort by recently updated
recently updated
newest added

{'loss': 0.5511, 'learning_rate': 6.013071895424836e-06, 'epoch': 9.82} {'loss': 0.5611, 'learning_rate': 4.967320261437908e-06, 'epoch': 9.85} {'loss': 0.5368, 'learning_rate': 3.92156862745098e-06, 'epoch': 9.88} {'loss': 0.54, 'learning_rate': 2.875816993464052e-06, 'epoch': 9.91} {'eval_loss': 0.873585045337677, 'eval_runtime': 24.2816, 'eval_samples_per_second': 20.592,...

![image](https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/assets/52101859/c69e7aa7-7c87-4a77-bf22-b91e9d5df1aa)

**`这是我改过的infer-literature-single.sh脚本内容`** ![image](https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/assets/31720616/738510e2-36e1-454f-b52e-1f159df0663c) **`这是我调用bash ./scripts/finetune.sh执行的finetune脚本`** ![image](https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/assets/31720616/cb49e245-316d-49d2-8871-af8e44f63082) **`这是结果`** ![image](https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/assets/31720616/eed7d691-ae67-400e-95b1-641610e682a2)

在多轮对话infei时会出现大量的#号,这是为什么 : 小张最近感觉身体不适,出现心悸、气促等症状。体检发现心脏扩大、搏动减弱。 : 我建议您及家人及您的医生进行进一步的检查,以确定小张的病因。同时,我建让您及家人做好的饮食和生活习惯,以避免其他的健康问题。###########################################################################################################################: 小王被确诊为肝炎双重感染,最可能的并发症是什么? : 根据相关文献,肝炎双重感染的危险因素主要包括肝炎、营养不良、免疫抑制剂、病毒敏感免疫等。因此,我建让您及家人及您的医生进行进一步的检查,以确定小张的病因。

您好,看到您的成果很惊喜,请问有兴趣一起做一个更加实用的健康模型吗?

请问一下,测试用的环境是什么啊。我是用的python3.10.11,安装完环境,cuda(版本为11.7)后运行infer.py `python infer.py --base_model 'decapoda-research/llama-7b-hf' --lora_weights './lora-llama-med' --use_lora True --instruct_dir './data/infer.json' --prompt_template 'med_template'`会报如下错误: Welcome to bitsandbytes. For bug reports, please run python -m bitsandbytes and submit this information together with...

能否将LoRA都传一份到Huggingface上,百度网盘出现奇妙bug

请问什么时候公开测试集,感谢!

可否参考:https://github.com/Mozilla-Ocho/llamafile,将你们的大模型以单个文件的形式发布?这样更易使用。

我是一名普通计算机工程师,对医学一窍不通,但如果能够利用AI医学大模型能够为自己或者家人带来一些帮助,也是值得的,所以想试用一下呢。 关于易用性方面,是否可以参考这个:https://github.com/Mozilla-Ocho/llamafile,将你们提出的大模型实现“Distribute and run LLMs with a single file.” 懒人的想法哈,期待期待哈。