Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- library_name: peft
3
- license: apache-2.0
4
- datasets:
5
- - Laurie/HC3-Chinese-AlpacaFormat
6
  language:
7
  - zh
8
  - en
 
 
 
 
9
  metrics:
10
  - accuracy
11
  pipeline_tag: text2text-generation
 
12
  ---
13
  ## Training procedure
14
 
 
1
  ---
 
 
 
 
2
  language:
3
  - zh
4
  - en
5
+ license: apache-2.0
6
+ library_name: peft
7
+ datasets:
8
+ - Laurie/HC3-Chinese-AlpacaFormat
9
  metrics:
10
  - accuracy
11
  pipeline_tag: text2text-generation
12
+ base_model: baichuan-inc/Baichuan-7B
13
  ---
14
  ## Training procedure
15