ziadrone commited on
Commit
0642300
·
verified ·
1 Parent(s): daf2c71

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +10 -0
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_new_tokens": 100,
3
+ "temperature": 0.8,
4
+ "top_p": 0.9,
5
+ "do_sample": true,
6
+ "repetition_penalty": 1.2,
7
+ "pad_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "_from_model_config": true
10
+ }