AIFunOver commited on
Commit
1514bbf
1 Parent(s): a56428c

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
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151329,
5
+ 151336,
6
+ 151338
7
+ ],
8
+ "max_length": 1024000,
9
+ "pad_token_id": 151329,
10
+ "temperature": 0.8,
11
+ "top_p": 0.8,
12
+ "transformers_version": "4.45.2"
13
+ }