patrickramos
commited on
Commit
·
9276abf
1
Parent(s):
5c6d8f1
Update labels
Browse files- config.json +32 -32
config.json
CHANGED
@@ -9,42 +9,42 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
-
"10": "
|
23 |
-
"11": "
|
24 |
-
"12": "
|
25 |
-
"13": "
|
26 |
-
"14": "
|
27 |
-
"15": "
|
28 |
},
|
29 |
"initializer_range": 0.02,
|
30 |
"intermediate_size": 3072,
|
31 |
"label2id": {
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
},
|
49 |
"layer_norm_eps": 1e-12,
|
50 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "writer_joy",
|
13 |
+
"1": "writer_sadness",
|
14 |
+
"2": "writer_anticipation",
|
15 |
+
"3": "writer_surprise",
|
16 |
+
"4": "writer_anger",
|
17 |
+
"5": "writer_fear",
|
18 |
+
"6": "writer_disgust",
|
19 |
+
"7": "writer_trust",
|
20 |
+
"8": "reader_joy",
|
21 |
+
"9": "reader_sadness",
|
22 |
+
"10": "reader_anticipation",
|
23 |
+
"11": "reader_surprise",
|
24 |
+
"12": "reader_anger",
|
25 |
+
"13": "reader_fear",
|
26 |
+
"14": "reader_disgust",
|
27 |
+
"15": "reader_trust"
|
28 |
},
|
29 |
"initializer_range": 0.02,
|
30 |
"intermediate_size": 3072,
|
31 |
"label2id": {
|
32 |
+
"writer_joy": 0,
|
33 |
+
"writer_sadness": 1,
|
34 |
+
"reader_anticipation": 10,
|
35 |
+
"reader_surprise": 11,
|
36 |
+
"reader_anger": 12,
|
37 |
+
"reader_fear": 13,
|
38 |
+
"reader_disgust": 14,
|
39 |
+
"reader_trust": 15,
|
40 |
+
"writer_anticipation": 2,
|
41 |
+
"writer_surprise": 3,
|
42 |
+
"writer_anger": 4,
|
43 |
+
"writer_fear": 5,
|
44 |
+
"writer_disgust": 6,
|
45 |
+
"writer_trust": 7,
|
46 |
+
"reader_joy": 8,
|
47 |
+
"reader_sadness": 9
|
48 |
},
|
49 |
"layer_norm_eps": 1e-12,
|
50 |
"max_position_embeddings": 512,
|