stefaniancu commited on
Commit
8ac458f
·
verified ·
1 Parent(s): 19e82b3

Ship the decoding settings, and a stop condition

Browse files
Files changed (1) hide show
  1. generation_config.json +14 -0
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": false,
3
+ "bos_token_id": 32759,
4
+ "eos_token_id": [
5
+ 32763,
6
+ 32759
7
+ ],
8
+ "pad_token_id": 32763,
9
+ "do_sample": true,
10
+ "temperature": 0.6,
11
+ "top_k": 50,
12
+ "repetition_penalty": 1.1,
13
+ "max_new_tokens": 512
14
+ }