Add library_name to metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- license: apache-2.0
 
3
  language:
4
  - en
5
  - zh
@@ -9,13 +10,14 @@ language:
9
  - ar
10
  - es
11
  - pt
 
12
  metrics:
13
  - accuracy
14
- base_model:
15
- - BlinkDL/rwkv-7-world
16
  pipeline_tag: text-generation
 
17
  ---
18
 
 
19
  # rwkv7-2.9B-world
20
 
21
  <!-- Provide a quick summary of what the model is/does. -->
@@ -103,4 +105,5 @@ This model is trained on the World v3 with a total of 3.119 trillion tokens.
103
  ## FAQ
104
  Q: safetensors metadata is none.
105
 
106
- A: upgrade transformers to >=4.48.0: `pip install 'transformers>=4.48.0'`
 
 
1
  ---
2
+ base_model:
3
+ - BlinkDL/rwkv-7-world
4
  language:
5
  - en
6
  - zh
 
10
  - ar
11
  - es
12
  - pt
13
+ license: apache-2.0
14
  metrics:
15
  - accuracy
 
 
16
  pipeline_tag: text-generation
17
+ library_name: transformers
18
  ---
19
 
20
+ ```markdown
21
  # rwkv7-2.9B-world
22
 
23
  <!-- Provide a quick summary of what the model is/does. -->
 
105
  ## FAQ
106
  Q: safetensors metadata is none.
107
 
108
+ A: upgrade transformers to >=4.48.0: `pip install 'transformers>=4.48.0'`
109
+ ```