Add max_new_tokens to the config
#2
by
iquery
- opened
- config.json +1 -0
config.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
| 18 |
"output_past": true,
|
| 19 |
"pad_token_id": 0,
|
| 20 |
"relative_attention_num_buckets": 32,
|
|
|
|
| 21 |
"task_specific_params": {
|
| 22 |
"summarization": {
|
| 23 |
"early_stopping": true,
|
|
|
|
| 18 |
"output_past": true,
|
| 19 |
"pad_token_id": 0,
|
| 20 |
"relative_attention_num_buckets": 32,
|
| 21 |
+
"max_new_tokens": 25,
|
| 22 |
"task_specific_params": {
|
| 23 |
"summarization": {
|
| 24 |
"early_stopping": true,
|