- config.json +6 -6
config.json
CHANGED
@@ -11,16 +11,16 @@
|
|
11 |
"bos_token_id": 0,
|
12 |
"classif_dropout": 0.1,
|
13 |
"classifier_dropout": 0.0,
|
14 |
-
"d_model":
|
15 |
-
"decoder_attention_heads":
|
16 |
-
"decoder_ffn_dim":
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 6,
|
19 |
"decoder_start_token_id": 2,
|
20 |
-
"dropout": 0.
|
21 |
"early_stopping": true,
|
22 |
-
"encoder_attention_heads":
|
23 |
-
"encoder_ffn_dim":
|
24 |
"encoder_layerdrop": 0.0,
|
25 |
"encoder_layers": 6,
|
26 |
"eos_token_id": 2,
|
|
|
11 |
"bos_token_id": 0,
|
12 |
"classif_dropout": 0.1,
|
13 |
"classifier_dropout": 0.0,
|
14 |
+
"d_model": 512,
|
15 |
+
"decoder_attention_heads": 8,
|
16 |
+
"decoder_ffn_dim": 2048,
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 6,
|
19 |
"decoder_start_token_id": 2,
|
20 |
+
"dropout": 0.1,
|
21 |
"early_stopping": true,
|
22 |
+
"encoder_attention_heads": 8,
|
23 |
+
"encoder_ffn_dim": 2048,
|
24 |
"encoder_layerdrop": 0.0,
|
25 |
"encoder_layers": 6,
|
26 |
"eos_token_id": 2,
|