danielhanchen
commited on
Commit
•
124a1de
1
Parent(s):
5b04001
Upload config
Browse files- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"bos_token_id": 2,
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 1,
|
|
|
6 |
"pad_token_id": 0,
|
7 |
"transformers_version": "4.44.0"
|
8 |
}
|
|
|
3 |
"bos_token_id": 2,
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 1,
|
6 |
+
"max_length": 8192,
|
7 |
"pad_token_id": 0,
|
8 |
"transformers_version": "4.44.0"
|
9 |
}
|