Update config.json
Browse files- config.json +3 -3
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,
|
|
@@ -23,10 +23,10 @@
|
|
| 23 |
"gradient_checkpointing": false,
|
| 24 |
"init_std": 0.02,
|
| 25 |
"is_encoder_decoder": true,
|
| 26 |
-
"max_length":
|
| 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,
|
|
|
|
| 23 |
"gradient_checkpointing": false,
|
| 24 |
"init_std": 0.02,
|
| 25 |
"is_encoder_decoder": true,
|
| 26 |
+
"max_length": 1024,
|
| 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,
|