Darveht commited on
Commit
0f0458d
·
verified ·
1 Parent(s): 867717c

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -1
generation_config.json CHANGED
@@ -1,6 +1,12 @@
1
  {
2
- "_from_model_config": true,
 
 
 
 
 
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
 
5
  "transformers_version": "4.40.0"
6
  }
 
1
  {
2
+ "max_length": 2048,
3
+ "do_sample": true,
4
+ "temperature": 0.2,
5
+ "top_p": 0.95,
6
+ "top_k": 40,
7
+ "repetition_penalty": 1.1,
8
  "bos_token_id": 50256,
9
  "eos_token_id": 50256,
10
+ "pad_token_id": 50256,
11
  "transformers_version": "4.40.0"
12
  }