bhadresh-savani commited on
Commit
9fa8643
1 Parent(s): f53e0f7

Update config.json

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