Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
@@ -9,23 +9,23 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_id": "SuccubusBot/distilbert-multilingual-incoherence-classifier",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "coherent",
|
13 |
+
"1": "grammatical_errors",
|
14 |
+
"2": "random_bytes",
|
15 |
+
"3": "random_tokens",
|
16 |
+
"4": "random_words",
|
17 |
+
"5": "run_on",
|
18 |
+
"6": "word_soup"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
+
"coherent": 0,
|
23 |
+
"grammatical_errors": 1,
|
24 |
+
"random_bytes": 2,
|
25 |
+
"random_tokens": 3,
|
26 |
+
"random_words": 4,
|
27 |
+
"run_on": 5,
|
28 |
+
"word_soup": 6
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_id": "SuccubusBot/distilbert-multilingual-incoherence-classifier",
|