Update config.json
Browse files- config.json +5 -5
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,
|
@@ -10,7 +9,7 @@
|
|
10 |
"attention_dropout": 0.0,
|
11 |
"bad_words_ids": [
|
12 |
[
|
13 |
-
|
14 |
]
|
15 |
],
|
16 |
"bos_token_id": 0,
|
@@ -20,13 +19,14 @@
|
|
20 |
"decoder_ffn_dim": 2048,
|
21 |
"decoder_layerdrop": 0.0,
|
22 |
"decoder_layers": 6,
|
23 |
-
"decoder_start_token_id":
|
24 |
"dropout": 0.1,
|
25 |
"encoder_attention_heads": 8,
|
26 |
"encoder_ffn_dim": 2048,
|
27 |
"encoder_layerdrop": 0.0,
|
28 |
"encoder_layers": 6,
|
29 |
"eos_token_id": 0,
|
|
|
30 |
"id2label": {
|
31 |
"0": "LABEL_0",
|
32 |
"1": "LABEL_1",
|
@@ -46,8 +46,8 @@
|
|
46 |
"normalize_embedding": false,
|
47 |
"num_beams": 6,
|
48 |
"num_hidden_layers": 6,
|
49 |
-
"pad_token_id":
|
50 |
"scale_embedding": true,
|
51 |
"static_position_embeddings": true,
|
52 |
-
"vocab_size":
|
53 |
}
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "swish",
|
4 |
"add_bias_logits": false,
|
|
|
9 |
"attention_dropout": 0.0,
|
10 |
"bad_words_ids": [
|
11 |
[
|
12 |
+
62306
|
13 |
]
|
14 |
],
|
15 |
"bos_token_id": 0,
|
|
|
19 |
"decoder_ffn_dim": 2048,
|
20 |
"decoder_layerdrop": 0.0,
|
21 |
"decoder_layers": 6,
|
22 |
+
"decoder_start_token_id": 62306,
|
23 |
"dropout": 0.1,
|
24 |
"encoder_attention_heads": 8,
|
25 |
"encoder_ffn_dim": 2048,
|
26 |
"encoder_layerdrop": 0.0,
|
27 |
"encoder_layers": 6,
|
28 |
"eos_token_id": 0,
|
29 |
+
"extra_pos_embeddings": 62307,
|
30 |
"id2label": {
|
31 |
"0": "LABEL_0",
|
32 |
"1": "LABEL_1",
|
|
|
46 |
"normalize_embedding": false,
|
47 |
"num_beams": 6,
|
48 |
"num_hidden_layers": 6,
|
49 |
+
"pad_token_id": 62306,
|
50 |
"scale_embedding": true,
|
51 |
"static_position_embeddings": true,
|
52 |
+
"vocab_size": 62307
|
53 |
}
|