logic65 commited on
Commit
52e9a45
·
verified ·
1 Parent(s): 378aef9

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +13 -0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token_id": [
3
+ 248046,
4
+ 248044
5
+ ],
6
+ "pad_token_id": 248044,
7
+ "do_sample": true,
8
+ "temperature": 0.7,
9
+ "top_p": 0.8,
10
+ "top_k": 20,
11
+ "repetition_penalty": 1.0,
12
+ "transformers_version": "5.14.1"
13
+ }