Update config.json
Browse files- config.json +3 -4
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_num_labels": 3,
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "swish",
|
5 |
"add_bias_logits": false,
|
@@ -15,7 +14,7 @@
|
|
15 |
"decoder_ffn_dim": 2048,
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
"decoder_layers": 6,
|
18 |
-
"decoder_start_token_id":
|
19 |
"dropout": 0.1,
|
20 |
"encoder_attention_heads": 8,
|
21 |
"encoder_ffn_dim": 2048,
|
@@ -40,8 +39,8 @@
|
|
40 |
"normalize_embedding": false,
|
41 |
"num_beams": 6,
|
42 |
"num_hidden_layers": 6,
|
43 |
-
"pad_token_id":
|
44 |
"scale_embedding": true,
|
45 |
"static_position_embeddings": true,
|
46 |
-
"vocab_size":
|
47 |
}
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "swish",
|
4 |
"add_bias_logits": false,
|
|
|
14 |
"decoder_ffn_dim": 2048,
|
15 |
"decoder_layerdrop": 0.0,
|
16 |
"decoder_layers": 6,
|
17 |
+
"decoder_start_token_id": 61278,
|
18 |
"dropout": 0.1,
|
19 |
"encoder_attention_heads": 8,
|
20 |
"encoder_ffn_dim": 2048,
|
|
|
39 |
"normalize_embedding": false,
|
40 |
"num_beams": 6,
|
41 |
"num_hidden_layers": 6,
|
42 |
+
"pad_token_id": 61278,
|
43 |
"scale_embedding": true,
|
44 |
"static_position_embeddings": true,
|
45 |
+
"vocab_size": 61279
|
46 |
}
|