IlyaGusev commited on
Commit
313960c
·
verified ·
1 Parent(s): 3576d5d

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
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 10,
6
+ "max_length": 1024000,
7
+ "max_new_tokens": 2048,
8
+ "temperature": 0.6,
9
+ "top_p": 0.95,
10
+ "repetition_penalty": 1.1,
11
+ "do_sample": true,
12
+ "transformers_version": "4.45.1"
13
+ }