update id2label and label2id
Browse files- config.json +28 -28
config.json
CHANGED
|
@@ -10,38 +10,38 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
-
"3": "
|
| 17 |
-
"4": "
|
| 18 |
-
"5": "
|
| 19 |
-
"6": "
|
| 20 |
-
"7": "
|
| 21 |
-
"8": "
|
| 22 |
-
"9": "
|
| 23 |
-
"10": "
|
| 24 |
-
"11": "
|
| 25 |
-
"12": "
|
| 26 |
-
"13": "
|
| 27 |
},
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
"intermediate_size": 4096,
|
| 30 |
"label2id": {
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
},
|
| 46 |
"layer_norm_eps": 1e-12,
|
| 47 |
"max_position_embeddings": 512,
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "Temporal.Synchronous",
|
| 14 |
+
"1": "Temporal.Asynchronous.Precedence",
|
| 15 |
+
"2": "Temporal.Asynchronous.Succession",
|
| 16 |
+
"3": "Contingency.Cause.Result",
|
| 17 |
+
"4": "Comparison.Concession.Arg2-as-denier",
|
| 18 |
+
"5": "Comparison.Contrast",
|
| 19 |
+
"6": "Expansion.Conjunction",
|
| 20 |
+
"7": "Expansion.Equivalence",
|
| 21 |
+
"8": "Expansion.Exception.Arg1-as-excpt",
|
| 22 |
+
"9": "Expansion.Instantiation.Arg2-as-instance",
|
| 23 |
+
"10": "Expansion.Level-of-detail.Arg1-as-detail",
|
| 24 |
+
"11": "Expansion.Level-of-detail.Arg2-as-detail",
|
| 25 |
+
"12": "Expansion.Substitution.Arg2-as-subst",
|
| 26 |
+
"13": "[no connective]"
|
| 27 |
},
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
"intermediate_size": 4096,
|
| 30 |
"label2id": {
|
| 31 |
+
"Comparison.Concession.Arg2-as-denier": 4,
|
| 32 |
+
"Comparison.Contrast": 5,
|
| 33 |
+
"Contingency.Cause.Result": 3,
|
| 34 |
+
"Expansion.Conjunction": 6,
|
| 35 |
+
"Expansion.Equivalence": 7,
|
| 36 |
+
"Expansion.Exception.Arg1-as-excpt": 8,
|
| 37 |
+
"Expansion.Instantiation.Arg2-as-instance": 9,
|
| 38 |
+
"Expansion.Level-of-detail.Arg1-as-detail": 10,
|
| 39 |
+
"Expansion.Level-of-detail.Arg2-as-detail": 11,
|
| 40 |
+
"Expansion.Substitution.Arg2-as-subst": 12,
|
| 41 |
+
"Temporal.Asynchronous.Precedence": 1,
|
| 42 |
+
"Temporal.Asynchronous.Succession": 2,
|
| 43 |
+
"Temporal.Synchronous": 0,
|
| 44 |
+
"[no connective]": 13
|
| 45 |
},
|
| 46 |
"layer_norm_eps": 1e-12,
|
| 47 |
"max_position_embeddings": 512,
|