Update config.json
Browse files- config.json +16 -16
config.json
CHANGED
@@ -17,22 +17,22 @@
|
|
17 |
"hidden_dropout_prob": 0.1,
|
18 |
"hidden_size": 1024,
|
19 |
"id2label": {
|
20 |
-
"0": "
|
21 |
-
"1": "
|
22 |
-
"2": "
|
23 |
-
"3": "
|
24 |
-
"4": "
|
25 |
-
"5": "
|
26 |
-
"6": "
|
27 |
-
"7": "
|
28 |
-
"8": "
|
29 |
-
"9": "
|
30 |
-
"10": "
|
31 |
-
"11": "
|
32 |
-
"12": "
|
33 |
-
"13": "
|
34 |
-
"14": "
|
35 |
-
"15": "
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
"intermediate_size": 4096,
|
|
|
17 |
"hidden_dropout_prob": 0.1,
|
18 |
"hidden_size": 1024,
|
19 |
"id2label": {
|
20 |
+
"0": "No relation",
|
21 |
+
"1": "Paraphrase",
|
22 |
+
"2": "Reader profile",
|
23 |
+
"3": "Contradiction",
|
24 |
+
"4": "Change of perspective",
|
25 |
+
"5": "Historical background",
|
26 |
+
"6": "Fulfillment",
|
27 |
+
"7": "Cross reference",
|
28 |
+
"8": "Citation",
|
29 |
+
"9": "Attribution",
|
30 |
+
"10": "Indirect speech",
|
31 |
+
"11": "Elaboration",
|
32 |
+
"12": "Follow up",
|
33 |
+
"13": "Summary",
|
34 |
+
"14": "Generalization",
|
35 |
+
"15": "Modality"
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
"intermediate_size": 4096,
|