Text Generation
Transformers
Safetensors
English
rwkv7
custom_code
ZhangRC nielsr HF Staff commited on
Commit
2e336f7
·
verified ·
1 Parent(s): 36409fa

Add paper link, Github repo link and library_name (#1)

Browse files

- Add paper link, Github repo link and library_name (40ce8d974ccdc30b8497ea22f9a1be75271a34dd)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - EleutherAI/the_pile_deduplicated
5
  language:
6
  - en
 
7
  metrics:
8
  - accuracy
9
- base_model:
10
- - BlinkDL/rwkv-7-pile
11
  pipeline_tag: text-generation
 
12
  ---
13
 
14
  # rwkv7-1.47B-pile
@@ -77,4 +78,4 @@ This model is trained on the Pile with a total of 332 billion tokens.
77
  ## FAQ
78
  Q: safetensors metadata is none.
79
 
80
- A: upgrade transformers to >=4.48.0: `pip install 'transformers>=4.48.0'`
 
1
  ---
2
+ base_model:
3
+ - BlinkDL/rwkv-7-pile
4
  datasets:
5
  - EleutherAI/the_pile_deduplicated
6
  language:
7
  - en
8
+ license: apache-2.0
9
  metrics:
10
  - accuracy
 
 
11
  pipeline_tag: text-generation
12
+ library_name: transformers
13
  ---
14
 
15
  # rwkv7-1.47B-pile
 
78
  ## FAQ
79
  Q: safetensors metadata is none.
80
 
81
+ A: upgrade transformers to >=4.48.0: `pip install 'transformers>=4.48.0'`