Zaynes commited on
Commit
02404ff
·
verified ·
1 Parent(s): 00bce2d

Upload generation_config.json with huggingface_hub

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": true,
3
+ "bos_token_id": 100257,
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 100265,
7
+ 100257
8
+ ],
9
+ "max_new_tokens": 32768,
10
+ "pad_token_id": 100277,
11
+ "temperature": 0.6,
12
+ "top_p": 0.95,
13
+ "transformers_version": "4.57.1"
14
+ }