Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"decoder_layers": 12,
|
15 |
"decoder_start_token_id": 2,
|
16 |
"dropout": 0.1,
|
17 |
-
"early_stopping":
|
18 |
"encoder_attention_heads": 16,
|
19 |
"encoder_ffn_dim": 4096,
|
20 |
"encoder_layerdrop": 0.05,
|
@@ -26,7 +26,7 @@
|
|
26 |
"max_length": null,
|
27 |
"max_position_embeddings": 1024,
|
28 |
"model_type": "m2m_100",
|
29 |
-
"num_beams":
|
30 |
"num_hidden_layers": 12,
|
31 |
"pad_token_id": 1,
|
32 |
"scale_embedding": true,
|
|
|
14 |
"decoder_layers": 12,
|
15 |
"decoder_start_token_id": 2,
|
16 |
"dropout": 0.1,
|
17 |
+
"early_stopping": true,
|
18 |
"encoder_attention_heads": 16,
|
19 |
"encoder_ffn_dim": 4096,
|
20 |
"encoder_layerdrop": 0.05,
|
|
|
26 |
"max_length": null,
|
27 |
"max_position_embeddings": 1024,
|
28 |
"model_type": "m2m_100",
|
29 |
+
"num_beams": 5,
|
30 |
"num_hidden_layers": 12,
|
31 |
"pad_token_id": 1,
|
32 |
"scale_embedding": true,
|