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