Update config.json
Browse files- config.json +64 -64
config.json
CHANGED
|
@@ -14,75 +14,75 @@
|
|
| 14 |
"hidden_dropout_prob": 0,
|
| 15 |
"hidden_size": 768,
|
| 16 |
"id2label": {
|
| 17 |
-
"0": "
|
| 18 |
-
"1": "
|
| 19 |
-
"2": "
|
| 20 |
-
"3": "
|
| 21 |
-
"4": "
|
| 22 |
-
"5": "
|
| 23 |
-
"6": "
|
| 24 |
-
"7": "
|
| 25 |
-
"8": "
|
| 26 |
-
"9": "
|
| 27 |
-
"10": "
|
| 28 |
-
"11": "
|
| 29 |
-
"12": "
|
| 30 |
-
"13": "
|
| 31 |
-
"14": "
|
| 32 |
-
"15": "
|
| 33 |
-
"16": "
|
| 34 |
-
"17": "
|
| 35 |
-
"18": "
|
| 36 |
-
"19": "
|
| 37 |
-
"20": "
|
| 38 |
-
"21": "
|
| 39 |
-
"22": "
|
| 40 |
-
"23": "
|
| 41 |
-
"24": "
|
| 42 |
-
"25": "
|
| 43 |
-
"26": "
|
| 44 |
-
"27": "
|
| 45 |
-
"28": "
|
| 46 |
-
"29": "
|
| 47 |
-
"30": "
|
| 48 |
-
"31": "
|
| 49 |
},
|
| 50 |
"initializer_range": 0.02,
|
| 51 |
"inner_group_num": 1,
|
| 52 |
"intermediate_size": 3072,
|
| 53 |
"label2id": {
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"
|
| 72 |
-
"
|
| 73 |
-
"
|
| 74 |
-
"
|
| 75 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
"
|
| 79 |
-
"
|
| 80 |
-
"
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
"
|
| 84 |
-
"
|
| 85 |
-
"
|
| 86 |
},
|
| 87 |
"layer_norm_eps": 1e-12,
|
| 88 |
"max_position_embeddings": 512,
|
|
|
|
| 14 |
"hidden_dropout_prob": 0,
|
| 15 |
"hidden_size": 768,
|
| 16 |
"id2label": {
|
| 17 |
+
"0": "sentimental",
|
| 18 |
+
"1": "afraid",
|
| 19 |
+
"2": "proud",
|
| 20 |
+
"3": "faithful",
|
| 21 |
+
"4": "terrified",
|
| 22 |
+
"5": "joyful",
|
| 23 |
+
"6": "angry",
|
| 24 |
+
"7": "sad",
|
| 25 |
+
"8": "jealous",
|
| 26 |
+
"9": "grateful",
|
| 27 |
+
"10": "prepared",
|
| 28 |
+
"11": "embarrassed",
|
| 29 |
+
"12": "excited",
|
| 30 |
+
"13": "annoyed",
|
| 31 |
+
"14": "lonely",
|
| 32 |
+
"15": "ashamed",
|
| 33 |
+
"16": "guilty",
|
| 34 |
+
"17": "surprised",
|
| 35 |
+
"18": "nostalgic",
|
| 36 |
+
"19": "confident",
|
| 37 |
+
"20": "furious",
|
| 38 |
+
"21": "disappointed",
|
| 39 |
+
"22": "caring",
|
| 40 |
+
"23": "trusting",
|
| 41 |
+
"24": "disgusted",
|
| 42 |
+
"25": "anticipating",
|
| 43 |
+
"26": "anxious",
|
| 44 |
+
"27": "hopeful",
|
| 45 |
+
"28": "content",
|
| 46 |
+
"29": "impressed",
|
| 47 |
+
"30": "apprehensive",
|
| 48 |
+
"31": "devastated"
|
| 49 |
},
|
| 50 |
"initializer_range": 0.02,
|
| 51 |
"inner_group_num": 1,
|
| 52 |
"intermediate_size": 3072,
|
| 53 |
"label2id": {
|
| 54 |
+
"sentimental": 0,
|
| 55 |
+
"afraid": 1,
|
| 56 |
+
"prepared": 10,
|
| 57 |
+
"embarrassed": 11,
|
| 58 |
+
"excited": 12,
|
| 59 |
+
"annoyed": 13,
|
| 60 |
+
"lonely": 14,
|
| 61 |
+
"ashamed": 15,
|
| 62 |
+
"guilty": 16,
|
| 63 |
+
"surprised": 17,
|
| 64 |
+
"nostalgic": 18,
|
| 65 |
+
"confident": 19,
|
| 66 |
+
"proud": 2,
|
| 67 |
+
"furious": 20,
|
| 68 |
+
"disappointed": 21,
|
| 69 |
+
"caring": 22,
|
| 70 |
+
"trusting": 23,
|
| 71 |
+
"disgusted": 24,
|
| 72 |
+
"anticipating": 25,
|
| 73 |
+
"anxious": 26,
|
| 74 |
+
"hopeful": 27,
|
| 75 |
+
"content": 28,
|
| 76 |
+
"impressed": 29,
|
| 77 |
+
"faithful": 3,
|
| 78 |
+
"apprehensive": 30,
|
| 79 |
+
"devastated": 31,
|
| 80 |
+
"terrified": 4,
|
| 81 |
+
"joyful": 5,
|
| 82 |
+
"angry": 6,
|
| 83 |
+
"sad": 7,
|
| 84 |
+
"jealous": 8,
|
| 85 |
+
"grateful": 9
|
| 86 |
},
|
| 87 |
"layer_norm_eps": 1e-12,
|
| 88 |
"max_position_embeddings": 512,
|