myunusseker commited on
Commit
d413d3f
·
1 Parent(s): 52a7f6c
Files changed (3) hide show
  1. config.json +25 -55
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +0 -0
config.json CHANGED
@@ -10,64 +10,34 @@
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "admiration",
13
- "1": "amusement",
14
- "10": "disapproval",
15
- "11": "disgust",
16
- "12": "embarrassment",
17
- "13": "excitement",
18
- "14": "fear",
19
- "15": "gratitude",
20
- "16": "grief",
21
- "17": "joy",
22
- "18": "love",
23
- "19": "nervousness",
24
- "2": "anger",
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
- "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",
 
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:d2961e931f7f9b769d3e98145d84e0c85cd1679849cdfc1b4a4dc7faa1dac6f0
3
- size 267940017
 
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