yuyijiong commited on
Commit
de950af
·
1 Parent(s): 558d1a2

Create generate_config.json

Browse files
Files changed (1) hide show
  1. generate_config.json +9 -0
generate_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token_id": 1,
3
+ "max_new_tokens": 128,
4
+ "min_length": 3,
5
+ "pad_token_id": 0,
6
+ "penalty_alpha": 0.5,
7
+ "top_k": 6,
8
+ "transformers_version": "4.27.4"
9
+ }