stefaniancu commited on
Commit
fc03fa2
·
verified ·
1 Parent(s): b730ce7

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
+ 32759,
6
+ 32763
7
+ ],
8
+ "pad_token_id": 32759,
9
+ "do_sample": true,
10
+ "temperature": 0.8,
11
+ "top_k": 50,
12
+ "repetition_penalty": 1.1,
13
+ "max_new_tokens": 512
14
+ }