myunusseker
commited on
Commit
·
d413d3f
1
Parent(s):
52a7f6c
add model
Browse files- config.json +25 -55
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
config.json
CHANGED
@@ -10,64 +10,34 @@
|
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "admiration",
|
13 |
-
"1": "
|
14 |
-
"10": "
|
15 |
-
"11": "
|
16 |
-
"12": "
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"20": "optimism",
|
26 |
-
"21": "pride",
|
27 |
-
"22": "realization",
|
28 |
-
"23": "relief",
|
29 |
-
"24": "remorse",
|
30 |
-
"25": "sadness",
|
31 |
-
"26": "surprise",
|
32 |
-
"27": "neutral",
|
33 |
-
"3": "annoyance",
|
34 |
-
"4": "approval",
|
35 |
-
"5": "caring",
|
36 |
-
"6": "confusion",
|
37 |
-
"7": "curiosity",
|
38 |
-
"8": "desire",
|
39 |
-
"9": "disappointment"
|
40 |
},
|
41 |
"initializer_range": 0.02,
|
42 |
"label2id": {
|
43 |
-
"admiration": 0,
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
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",
|
|
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "admiration",
|
13 |
+
"1": "annoyance",
|
14 |
+
"10": "optimism",
|
15 |
+
"11": "sadness",
|
16 |
+
"12": "neutral",
|
17 |
+
"2": "approval",
|
18 |
+
"3": "caring",
|
19 |
+
"4": "confusion",
|
20 |
+
"5": "curiosity",
|
21 |
+
"6": "disapproval",
|
22 |
+
"7": "excitement",
|
23 |
+
"8": "joy",
|
24 |
+
"9": "nervousness"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"label2id": {
|
28 |
+
"admiration": "0",
|
29 |
+
"annoyance": "1",
|
30 |
+
"approval": "2",
|
31 |
+
"caring": "3",
|
32 |
+
"confusion": "4",
|
33 |
+
"curiosity": "5",
|
34 |
+
"disapproval": "6",
|
35 |
+
"excitement": "7",
|
36 |
+
"joy": "8",
|
37 |
+
"nervousness": "9",
|
38 |
+
"neutral": "12",
|
39 |
+
"optimism": "10",
|
40 |
+
"sadness": "11"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
},
|
42 |
"max_position_embeddings": 512,
|
43 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2e439515aee872fbf4e392d59acb1c05cf662068c46bb9b8d5fc2dc01cdff1e
|
3 |
+
size 267893873
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|