austindavis
commited on
max_new_tokens <- 128
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"do_sample": true,
|
3 |
"eos_token_id": 2,
|
4 |
-
"max_length":
|
5 |
-
"max_new_tokens":
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.0001,
|
8 |
"transformers_version": "4.40.1"
|
|
|
1 |
{
|
2 |
"do_sample": true,
|
3 |
"eos_token_id": 2,
|
4 |
+
"max_length": 128,
|
5 |
+
"max_new_tokens": 128,
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.0001,
|
8 |
"transformers_version": "4.40.1"
|