Upload config
Browse files- config.json +9 -9
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -8,6 +8,14 @@
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"id2labl": {
|
12 |
"0": "sadness",
|
13 |
"1": "joy",
|
@@ -17,14 +25,6 @@
|
|
17 |
"5": "surprise"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
-
"label2id": {
|
21 |
-
"anger": "3",
|
22 |
-
"fear": "4",
|
23 |
-
"joy": "1",
|
24 |
-
"love": "2",
|
25 |
-
"sadness": "0",
|
26 |
-
"surprise": "5"
|
27 |
-
},
|
28 |
"max_position_embeddings": 512,
|
29 |
"model_type": "distilbert",
|
30 |
"n_heads": 12,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "rathohan/distilbert-base-uncased-finetuned-emotion",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "sadness",
|
13 |
+
"1": "joy",
|
14 |
+
"2": "love",
|
15 |
+
"3": "anger",
|
16 |
+
"4": "fear",
|
17 |
+
"5": "surprise"
|
18 |
+
},
|
19 |
"id2labl": {
|
20 |
"0": "sadness",
|
21 |
"1": "joy",
|
|
|
25 |
"5": "surprise"
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"max_position_embeddings": 512,
|
29 |
"model_type": "distilbert",
|
30 |
"n_heads": 12,
|