Taja Kuzman
commited on
Commit
·
4297d20
1
Parent(s):
a00b903
Update config.json
Browse files- config.json +18 -18
config.json
CHANGED
|
@@ -11,28 +11,28 @@
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "
|
| 18 |
-
"4": "
|
| 19 |
-
"5": "
|
| 20 |
-
"6": "
|
| 21 |
-
"7": "
|
| 22 |
-
"8": "
|
| 23 |
},
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"intermediate_size": 3072,
|
| 26 |
"label2id": {
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
},
|
| 37 |
"layer_norm_eps": 1e-05,
|
| 38 |
"max_position_embeddings": 514,
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "Other",
|
| 15 |
+
"1": "Information/Explanation",
|
| 16 |
+
"2": "News",
|
| 17 |
+
"3": "Instruction",
|
| 18 |
+
"4": "Opinion/Argumentation",
|
| 19 |
+
"5": "Forum",
|
| 20 |
+
"6": "Prose/Lyrical",
|
| 21 |
+
"7": "Legal",
|
| 22 |
+
"8": "Promotion"
|
| 23 |
},
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"intermediate_size": 3072,
|
| 26 |
"label2id": {
|
| 27 |
+
"Other": 0,
|
| 28 |
+
"Information/Explanation": 1,
|
| 29 |
+
"News": 2,
|
| 30 |
+
"Instruction": 3,
|
| 31 |
+
"Opinion/Argumentation": 4,
|
| 32 |
+
"Forum": 5,
|
| 33 |
+
"Prose/Lyrical": 6,
|
| 34 |
+
"Legal": 7,
|
| 35 |
+
"Promotion": 8
|
| 36 |
},
|
| 37 |
"layer_norm_eps": 1e-05,
|
| 38 |
"max_position_embeddings": 514,
|