logiczmaksimka commited on
Commit
0cb0694
1 Parent(s): 26584de

Upload custom_generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. custom_generation_config.json +12 -0
custom_generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "repetition_penalty": 10.0,
4
+ "top_k": 10,
5
+ "top_p": 0.95,
6
+ "temperature": 1.0,
7
+ "pad_token_id": 2,
8
+ "eos_token_id": [
9
+ 2,
10
+ 203
11
+ ]
12
+ }