lmzheng cjdonahoe-ms commited on
Commit
17c61f9
1 Parent(s): 277697a

Update generation_config to 16k max length (#7)

Browse files

- Update generation_config to 16k max length (ea91ed5b82dc19928ec1d60f68db07f14c14f4f3)


Co-authored-by: CJ Donahoe <cjdonahoe-ms@users.noreply.huggingface.co>

Files changed (1) hide show
  1. generation_config.json +1 -1
generation_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "bos_token_id": 1,
3
  "eos_token_id": 2,
4
- "max_length": 4096,
5
  "pad_token_id": 0,
6
  "temperature": 0.9,
7
  "top_p": 0.6,
 
1
  {
2
  "bos_token_id": 1,
3
  "eos_token_id": 2,
4
+ "max_length": 16384,
5
  "pad_token_id": 0,
6
  "temperature": 0.9,
7
  "top_p": 0.6,