A2H0H0R1 commited on
Commit
bcd1a16
1 Parent(s): 761fca5

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -3
generation_config.json CHANGED
@@ -1,9 +1,7 @@
1
  {
2
  "chat_format": "chatml",
3
- "eos_token_id": 151643,
4
- "pad_token_id": 151643,
5
  "max_window_size": 24000,
6
- "max_new_tokens": 512,
7
  "do_sample": true,
8
  "top_k": 0,
9
  "top_p": 0.8,
 
1
  {
2
  "chat_format": "chatml",
 
 
3
  "max_window_size": 24000,
4
+ "max_new_tokens": 2000,
5
  "do_sample": true,
6
  "top_k": 0,
7
  "top_p": 0.8,