danielhanchen commited on
Commit
771180c
1 Parent(s): 2b74723

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -0
generation_config.json CHANGED
@@ -3,6 +3,7 @@
3
  "bos_token_id": 128000,
4
  "do_sample": true,
5
  "eos_token_id": 128001,
 
6
  "pad_token_id": 128004,
7
  "temperature": 0.6,
8
  "top_p": 0.9,
 
3
  "bos_token_id": 128000,
4
  "do_sample": true,
5
  "eos_token_id": 128001,
6
+ "max_length": 131072,
7
  "pad_token_id": 128004,
8
  "temperature": 0.6,
9
  "top_p": 0.9,