noFFENSE commited on
Commit
c25b77d
1 Parent(s): 097a973

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +62 -64
config.json CHANGED
@@ -8,71 +8,69 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
- "id2label": [
12
- {
13
- "0": "admiration",
14
- "1": "amusement",
15
- "10": "disapproval",
16
- "11": "disgust",
17
- "12": "embarrassment",
18
- "13": "excitement",
19
- "14": "fear",
20
- "15": "gratitude",
21
- "16": "grief",
22
- "17": "joy",
23
- "18": "love",
24
- "19": "nervousness",
25
- "2": "anger",
26
- "20": "optimism",
27
- "21": "pride",
28
- "22": "realization",
29
- "23": "relief",
30
- "24": "remorse",
31
- "25": "sadness",
32
- "26": "surprise",
33
- "27": "neutral",
34
- "3": "annoyance",
35
- "4": "approval",
36
- "5": "caring",
37
- "6": "confusion",
38
- "7": "curiosity",
39
- "8": "desire",
40
- "9": "disappointment"
41
- }
42
- ],
43
  "initializer_range": 0.02,
44
- "label2id": [
45
- {
46
- "admiration": "0",
47
- "amusement": "1",
48
- "anger": "2",
49
- "annoyance": "3",
50
- "approval": "4",
51
- "caring": "5",
52
- "confusion": "6",
53
- "curiosity": "7",
54
- "desire": "8",
55
- "disappointment": "9",
56
- "disapproval": "10",
57
- "disgust": "11",
58
- "embarrassment": "12",
59
- "excitement": "13",
60
- "fear": "14",
61
- "gratitude": "15",
62
- "grief": "16",
63
- "joy": "17",
64
- "love": "18",
65
- "nervousness": "19",
66
- "neutral": "27",
67
- "optimism": "20",
68
- "pride": "21",
69
- "realization": "22",
70
- "relief": "23",
71
- "remorse": "24",
72
- "sadness": "25",
73
- "surprise": "26"
74
- }
75
- ],
76
  "max_position_embeddings": 512,
77
  "model_type": "distilbert",
78
  "n_heads": 12,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label":
12
+ {
13
+ "0": "admiration",
14
+ "1": "amusement",
15
+ "10": "disapproval",
16
+ "11": "disgust",
17
+ "12": "embarrassment",
18
+ "13": "excitement",
19
+ "14": "fear",
20
+ "15": "gratitude",
21
+ "16": "grief",
22
+ "17": "joy",
23
+ "18": "love",
24
+ "19": "nervousness",
25
+ "2": "anger",
26
+ "20": "optimism",
27
+ "21": "pride",
28
+ "22": "realization",
29
+ "23": "relief",
30
+ "24": "remorse",
31
+ "25": "sadness",
32
+ "26": "surprise",
33
+ "27": "neutral",
34
+ "3": "annoyance",
35
+ "4": "approval",
36
+ "5": "caring",
37
+ "6": "confusion",
38
+ "7": "curiosity",
39
+ "8": "desire",
40
+ "9": "disappointment"
41
+ },
 
42
  "initializer_range": 0.02,
43
+ "label2id":
44
+ {
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",
76
  "n_heads": 12,