SedatAl commited on
Commit
250951f
·
verified ·
1 Parent(s): c2c95fe

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +13 -0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128009
7
+ ],
8
+ "max_length": 8192,
9
+ "pad_token_id": 128255,
10
+ "temperature": 0.6,
11
+ "top_p": 0.9,
12
+ "transformers_version": "4.44.2"
13
+ }