dinhcap commited on
Commit
b79ee5e
·
verified ·
1 Parent(s): 567f7f1

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +19 -0
generation_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 1,
6
+ 106,
7
+ 50
8
+ ],
9
+ "max_length": 262144,
10
+ "pad_token_id": 0,
11
+ "suppress_tokens": [
12
+ 258883,
13
+ 258882
14
+ ],
15
+ "temperature": 1.0,
16
+ "top_k": 64,
17
+ "top_p": 0.95,
18
+ "transformers_version": "5.10.2"
19
+ }