Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
"is_encoder_decoder": true,
|
17 |
"is_gated_act": true,
|
18 |
"layer_norm_epsilon": 1e-06,
|
|
|
19 |
"model_type": "mt5",
|
20 |
"num_decoder_layers": 8,
|
21 |
"num_heads": 6,
|
|
|
16 |
"is_encoder_decoder": true,
|
17 |
"is_gated_act": true,
|
18 |
"layer_norm_epsilon": 1e-06,
|
19 |
+
"max_length": 128,
|
20 |
"model_type": "mt5",
|
21 |
"num_decoder_layers": 8,
|
22 |
"num_heads": 6,
|