OrbitMC commited on
Commit
b456564
·
verified ·
1 Parent(s): 5dbe30d

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": 124894,
4
+ "eos_token_id": [
5
+ 124900
6
+ ],
7
+ "max_length": 128000,
8
+ "output_attentions": false,
9
+ "output_hidden_states": false,
10
+ "pad_token_id": 124893,
11
+ "repetition_penalty": 1.1,
12
+ "transformers_version": "5.5.0",
13
+ "use_cache": true
14
+ }