AlekseyCalvin commited on
Commit
19c36c7
·
verified ·
1 Parent(s): 392b1ee

Upload text_encoder/generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. text_encoder/generation_config.json +10 -3
text_encoder/generation_config.json CHANGED
@@ -1,6 +1,13 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 151643,
4
- "eos_token_id": 151645,
5
- "transformers_version": "4.52.4"
 
 
 
 
 
 
 
 
6
  }
 
1
  {
 
2
  "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "max_length": 128000,
9
+ "pad_token_id": 151643,
10
+ "repetition_penalty": 1.05,
11
+ "temperature": 1e-06,
12
+ "transformers_version": "4.53.3"
13
  }