Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
@@ -7,6 +7,11 @@
|
|
7 |
"MarianMTModel"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
10 |
"bos_token_id": 0,
|
11 |
"classif_dropout": 0.0,
|
12 |
"d_model": 512,
|
@@ -33,6 +38,7 @@
|
|
33 |
"LABEL_1": 1,
|
34 |
"LABEL_2": 2
|
35 |
},
|
|
|
36 |
"max_position_embeddings": 512,
|
37 |
"model_type": "marian",
|
38 |
"normalize_before": false,
|
|
|
7 |
"MarianMTModel"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
+
"bad_word_ids": [
|
11 |
+
[
|
12 |
+
65000
|
13 |
+
]
|
14 |
+
],
|
15 |
"bos_token_id": 0,
|
16 |
"classif_dropout": 0.0,
|
17 |
"d_model": 512,
|
|
|
38 |
"LABEL_1": 1,
|
39 |
"LABEL_2": 2
|
40 |
},
|
41 |
+
"max_length": 512,
|
42 |
"max_position_embeddings": 512,
|
43 |
"model_type": "marian",
|
44 |
"normalize_before": false,
|