hiyouga commited on
Commit
5b4bbaf
1 Parent(s): ab28172

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -7,6 +7,8 @@ language:
7
  library_name: transformers
8
  ---
9
 
 
 
10
  This checkpoint is trained with: https://github.com/hiyouga/LLaMA-Efficient-Tuning
11
 
12
  Usage:
@@ -35,3 +37,9 @@ python src/cli_demo.py \
35
  --checkpoint_dir hiyouga/baichuan-7b-sft \
36
  --prompt_template ziya
37
  ```
 
 
 
 
 
 
 
7
  library_name: transformers
8
  ---
9
 
10
+ An instruction-tuned LoRA model of https://huggingface.co/baichuan-inc/baichuan-7B
11
+
12
  This checkpoint is trained with: https://github.com/hiyouga/LLaMA-Efficient-Tuning
13
 
14
  Usage:
 
37
  --checkpoint_dir hiyouga/baichuan-7b-sft \
38
  --prompt_template ziya
39
  ```
40
+
41
+ Loss curve on training set:
42
+ ![train](training_loss.svg)
43
+
44
+ Loss curve on evaluation set:
45
+ ![eval](eval_loss.svg)