Ryyyyyyyan commited on
Commit
9364724
·
verified ·
1 Parent(s): 2ef0fa9

Update README.md

Browse files

基于LLaMA3.1-8B-Chinese开源基座模型,聚焦医学问答任务,采用LoRA微调,通过DeepSpeed分布式训练框架进行高效的指令微调,显著提升模型在专业医学问题上的回答准确率与专业度。

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ language:
4
+ - zh
5
+ base_model:
6
+ - meta-llama/Llama-3.1-8B-Instruct
7
+ pipeline_tag: table-question-answering
8
+ tags:
9
+ - medical
10
+ ---