bhadresh-savani
commited on
Commit
•
3f0a5a9
1
Parent(s):
b32215b
add model
Browse files- config.json +32 -30
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -8,7 +8,8 @@
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
-
"id2label":
|
|
|
12 |
"0": "admiration",
|
13 |
"1": "amusement",
|
14 |
"10": "disapproval",
|
@@ -37,37 +38,38 @@
|
|
37 |
"7": "curiosity",
|
38 |
"8": "desire",
|
39 |
"9": "disappointment"
|
40 |
-
}
|
|
|
41 |
"initializer_range": 0.02,
|
42 |
"label2id": {
|
43 |
-
"admiration": 0,
|
44 |
-
"amusement": 1,
|
45 |
-
"anger": 2,
|
46 |
-
"annoyance": 3,
|
47 |
-
"approval": 4,
|
48 |
-
"caring": 5,
|
49 |
-
"confusion": 6,
|
50 |
-
"curiosity": 7,
|
51 |
-
"desire": 8,
|
52 |
-
"disappointment": 9,
|
53 |
-
"disapproval": 10,
|
54 |
-
"disgust": 11,
|
55 |
-
"embarrassment": 12,
|
56 |
-
"excitement": 13,
|
57 |
-
"fear": 14,
|
58 |
-
"gratitude": 15,
|
59 |
-
"grief": 16,
|
60 |
-
"joy": 17,
|
61 |
-
"love": 18,
|
62 |
-
"nervousness": 19,
|
63 |
-
"neutral": 27,
|
64 |
-
"optimism": 20,
|
65 |
-
"pride": 21,
|
66 |
-
"realization": 22,
|
67 |
-
"relief": 23,
|
68 |
-
"remorse": 24,
|
69 |
-
"sadness": 25,
|
70 |
-
"surprise": 26
|
71 |
},
|
72 |
"max_position_embeddings": 512,
|
73 |
"model_type": "distilbert",
|
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
+
"id2label": [
|
12 |
+
{
|
13 |
"0": "admiration",
|
14 |
"1": "amusement",
|
15 |
"10": "disapproval",
|
|
|
38 |
"7": "curiosity",
|
39 |
"8": "desire",
|
40 |
"9": "disappointment"
|
41 |
+
}
|
42 |
+
],
|
43 |
"initializer_range": 0.02,
|
44 |
"label2id": {
|
45 |
+
"admiration": "0",
|
46 |
+
"amusement": "1",
|
47 |
+
"anger": "2",
|
48 |
+
"annoyance": "3",
|
49 |
+
"approval": "4",
|
50 |
+
"caring": "5",
|
51 |
+
"confusion": "6",
|
52 |
+
"curiosity": "7",
|
53 |
+
"desire": "8",
|
54 |
+
"disappointment": "9",
|
55 |
+
"disapproval": "10",
|
56 |
+
"disgust": "11",
|
57 |
+
"embarrassment": "12",
|
58 |
+
"excitement": "13",
|
59 |
+
"fear": "14",
|
60 |
+
"gratitude": "15",
|
61 |
+
"grief": "16",
|
62 |
+
"joy": "17",
|
63 |
+
"love": "18",
|
64 |
+
"nervousness": "19",
|
65 |
+
"neutral": "27",
|
66 |
+
"optimism": "20",
|
67 |
+
"pride": "21",
|
68 |
+
"realization": "22",
|
69 |
+
"relief": "23",
|
70 |
+
"remorse": "24",
|
71 |
+
"sadness": "25",
|
72 |
+
"surprise": "26"
|
73 |
},
|
74 |
"max_position_embeddings": 512,
|
75 |
"model_type": "distilbert",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267940017
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:254cb1ee0a9c8d9aed5d15792b8591dd12f64910ee32d09609a162f1f61eddb7
|
3 |
size 267940017
|