JustinLin610 commited on
Commit
93e474f
1 Parent(s): abd290a

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -4
generation_config.json CHANGED
@@ -2,8 +2,6 @@
2
  "bos_token_id": 151643,
3
  "do_sample": false,
4
  "eos_token_id": 151643,
5
- "max_length": 4096,
6
- "temperature": 0.7,
7
- "top_p": 0.8,
8
  "transformers_version": "4.37.0"
9
- }
 
2
  "bos_token_id": 151643,
3
  "do_sample": false,
4
  "eos_token_id": 151643,
5
+ "max_new_tokens": 2048,
 
 
6
  "transformers_version": "4.37.0"
7
+ }