Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
| 25 |
"output_hidden_states": true,
|
| 26 |
"output_past": false,
|
| 27 |
"pad_token_id": 0,
|
|
|
|
| 28 |
"relative_attention_max_distance": 128,
|
| 29 |
"relative_attention_num_buckets": 32,
|
| 30 |
"tie_word_embeddings": false,
|
|
|
|
| 25 |
"output_hidden_states": true,
|
| 26 |
"output_past": false,
|
| 27 |
"pad_token_id": 0,
|
| 28 |
+
"max_new_tokens": 1023,
|
| 29 |
"relative_attention_max_distance": 128,
|
| 30 |
"relative_attention_num_buckets": 32,
|
| 31 |
"tie_word_embeddings": false,
|