Update config.json
Browse files- config.json +5 -4
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"attention_dropout": 0.0,
|
10 |
"bad_words_ids": [
|
11 |
[
|
12 |
-
|
13 |
]
|
14 |
],
|
15 |
"bos_token_id": 0,
|
@@ -19,13 +19,14 @@
|
|
19 |
"decoder_ffn_dim": 2048,
|
20 |
"decoder_layerdrop": 0.0,
|
21 |
"decoder_layers": 6,
|
22 |
-
"decoder_start_token_id":
|
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 |
"id2label": {
|
30 |
"0": "LABEL_0",
|
31 |
"1": "LABEL_1",
|
@@ -45,8 +46,8 @@
|
|
45 |
"normalize_embedding": false,
|
46 |
"num_beams": 6,
|
47 |
"num_hidden_layers": 6,
|
48 |
-
"pad_token_id":
|
49 |
"scale_embedding": true,
|
50 |
"static_position_embeddings": true,
|
51 |
-
"vocab_size":
|
52 |
}
|
|
|
9 |
"attention_dropout": 0.0,
|
10 |
"bad_words_ids": [
|
11 |
[
|
12 |
+
59658
|
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": 59658,
|
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": 59659,
|
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": 59658,
|
50 |
"scale_embedding": true,
|
51 |
"static_position_embeddings": true,
|
52 |
+
"vocab_size": 59659
|
53 |
}
|