m-polignano-uniba
commited on
Commit
•
edf7190
1
Parent(s):
b2c52b1
Update generation_config.json
Browse files- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"eos_token_id": [128001, 128009],
|
4 |
"do_sample": true,
|
5 |
"temperature": 0.6,
|
6 |
-
"max_length":
|
7 |
"top_p": 0.9,
|
8 |
"transformers_version": "4.40.1"
|
9 |
}
|
|
|
3 |
"eos_token_id": [128001, 128009],
|
4 |
"do_sample": true,
|
5 |
"temperature": 0.6,
|
6 |
+
"max_length": 8192,
|
7 |
"top_p": 0.9,
|
8 |
"transformers_version": "4.40.1"
|
9 |
}
|