Zimix commited on
Commit
09df739
1 Parent(s): 666f5ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -2,16 +2,23 @@
2
  language:
3
  - zh
4
 
5
- inference:
6
  parameters:
7
- max_new_tokens: 128
8
- repetition_penalty: 25.0
9
- top_p: 0.9
10
- do_sample: True
11
-
12
-
13
 
14
  license: apache-2.0
 
 
 
 
 
 
 
 
15
  ---
16
  # Wenzhong-GPT2-110M model (chinese),one model of [Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM).
17
  Wenzhong-GPT2-110M is one of the Wenzhong series, which has smaller parameters. Wenzhong-GPT2-110M Is the base version of gpt2。
 
2
  language:
3
  - zh
4
 
5
+ inference:
6
  parameters:
7
+ temperature: 0.7
8
+ top_p: 0.6
9
+ max_new_tokens: 64
10
+ num_return_sequences: 3
11
+ do_sample: true
 
12
 
13
  license: apache-2.0
14
+ tags:
15
+ - generate
16
+ - gpt2
17
+
18
+ widget:
19
+ - 北京是中国的
20
+ - 西湖的景色
21
+
22
  ---
23
  # Wenzhong-GPT2-110M model (chinese),one model of [Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM).
24
  Wenzhong-GPT2-110M is one of the Wenzhong series, which has smaller parameters. Wenzhong-GPT2-110M Is the base version of gpt2。