lia21 commited on
Commit
62e5f79
·
verified ·
1 Parent(s): b50c731

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +10 -4
generation_config.json CHANGED
@@ -1,7 +1,13 @@
1
  {
2
- "temperature": 0.2,
3
- "top_p": 0.9,
4
- "do_sample": true,
5
  "repetition_penalty": 1.05,
6
- "max_new_tokens": 256
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "temperature": 0.0,
3
+ "top_p": 1.0,
4
+ "do_sample": false,
5
  "repetition_penalty": 1.05,
6
+ "max_new_tokens": 512,
7
+ "eos_token_id": [128001, 128008, 128009],
8
+ "pad_token_id": 128004,
9
+ "bos_token_id": 128000,
10
+ "output_scores": false,
11
+ "return_dict_in_generate": false,
12
+ "remove_invalid_values": true
13
  }