Ryyyyyyyan commited on
Commit
6adc789
Β·
verified Β·
1 Parent(s): 627220c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  license: llama3.1
 
 
 
 
 
3
  ---
4
  # πŸš€ Introduction
5
 
@@ -7,6 +12,6 @@ This model is based on the [LLaMA3.1-8B-Chinese](https://huggingface.co/shenzhi-
7
 
8
  Data: We collected and cleaned high-quality medical knowledge data. With the help of commercial large models, we expanded the training set to about 8,000 high-quality instruction samples, covering key medical subfields such as treatment and pharmacology.
9
 
10
- Framework: DeepSpeed
11
 
12
- If you are interested in technologies such as DeepSpeed distributed training, LoRA fine-tuning, VLLM-based high-concurrency inference service deployment, or model quantization and compression, feel free to check out my [open-source project](https://github.com/RyanZxucheng/deepspeed-sft), provided for everyone to learn from.
 
1
  ---
2
  license: llama3.1
3
+ language:
4
+ - zh
5
+ metrics:
6
+ - bleu
7
+ pipeline_tag: question-answering
8
  ---
9
  # πŸš€ Introduction
10
 
 
12
 
13
  Data: We collected and cleaned high-quality medical knowledge data. With the help of commercial large models, we expanded the training set to about 8,000 high-quality instruction samples, covering key medical subfields such as treatment and pharmacology.
14
 
15
+ Framework: [DeepSpeed](https://github.com/deepspeedai/DeepSpeed)
16
 
17
+ If you are interested in technologies such as DeepSpeed distributed training, LoRA fine-tuning, VLLM-based high-concurrency inference service deployment, or model quantization, feel free to check out my [open-source project](https://github.com/RyanZxucheng/deepspeed-sft), provided for everyone to learn from.