ZennyKenny commited on
Commit
82fcfd0
·
verified ·
1 Parent(s): 8a495df

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +10 -0
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 199999,
3
+ "eos_token_id": 200002,
4
+ "pad_token_id": 199999,
5
+ "max_length": 4096,
6
+ "do_sample": false,
7
+ "temperature": 0.0,
8
+ "num_beams": 1,
9
+ "repetition_penalty": 1.0
10
+ }