Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -11,6 +11,8 @@
|
|
| 11 |
"dense_act_fn": "relu",
|
| 12 |
"dropout_rate": 0.1,
|
| 13 |
"eos_token_id": 1,
|
|
|
|
|
|
|
| 14 |
"feed_forward_proj": "relu",
|
| 15 |
"initializer_factor": 1.0,
|
| 16 |
"is_encoder_decoder": true,
|
|
@@ -29,7 +31,7 @@
|
|
| 29 |
"summarization": {
|
| 30 |
"early_stopping": false,
|
| 31 |
"length_penalty": 2.0,
|
| 32 |
-
"max_length":
|
| 33 |
"min_length": 30,
|
| 34 |
"no_repeat_ngram_size": 3,
|
| 35 |
"num_beams": 4,
|
|
|
|
| 11 |
"dense_act_fn": "relu",
|
| 12 |
"dropout_rate": 0.1,
|
| 13 |
"eos_token_id": 1,
|
| 14 |
+
"max_new_tokens": 1000,
|
| 15 |
+
"max_length": 2000,
|
| 16 |
"feed_forward_proj": "relu",
|
| 17 |
"initializer_factor": 1.0,
|
| 18 |
"is_encoder_decoder": true,
|
|
|
|
| 31 |
"summarization": {
|
| 32 |
"early_stopping": false,
|
| 33 |
"length_penalty": 2.0,
|
| 34 |
+
"max_length": 2000,
|
| 35 |
"min_length": 30,
|
| 36 |
"no_repeat_ngram_size": 3,
|
| 37 |
"num_beams": 4,
|