Commit
·
515fd82
1
Parent(s):
0a573f2
update of label names
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_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "external relations",
|
13 |
+
"1": "freedom and democracy",
|
14 |
+
"2": "political system",
|
15 |
+
"3": "economy",
|
16 |
+
"4": "welfare and quality of life",
|
17 |
+
"5": "fabric of society",
|
18 |
+
"6": "social groups"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
+
"external relations": 0,
|
23 |
+
"freedom and democracy": 1,
|
24 |
+
"political system": 2,
|
25 |
+
"economy": 3,
|
26 |
+
"welfare and quality of life": 4,
|
27 |
+
"fabric of society": 5,
|
28 |
+
"social groups": 6
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_type": "distilbert",
|