TajaKuzman
commited on
Commit
•
d31f5f4
1
Parent(s):
246b839
Update config.json
Browse files- config.json +9 -9
config.json
CHANGED
@@ -11,15 +11,15 @@
|
|
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,
|
|
|
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,
|