yluo016 commited on
Commit
df374d0
·
verified ·
1 Parent(s): 18855a3

Add t2c_from_8b/generation_config.json

Browse files
Files changed (1) hide show
  1. t2c_from_8b/generation_config.json +14 -0
t2c_from_8b/generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.0,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "5.4.0"
14
+ }