Cesar42 commited on
Commit
3500168
1 Parent(s): 1c16b8c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -14
config.json CHANGED
@@ -11,24 +11,24 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "sadness",
15
- "1": "joy",
16
- "2": "anger",
17
- "3": "surprise",
18
- "4": "disgust",
19
- "5": "fear",
20
- "6": "others"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
- "anger": 2,
26
- "disgust": 4,
27
- "fear": 5,
28
- "joy": 1,
29
- "others": 6,
30
- "sadness": 0,
31
- "surprise": 3
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "max_position_embeddings": 514,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Tristeza",
15
+ "1": "Alegria",
16
+ "2": "Enojo",
17
+ "3": "Sorpresa",
18
+ "4": "Disgusto",
19
+ "5": "Miedo",
20
+ "6": "Otros"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "Enojo": 2,
26
+ "Disgusto": 4,
27
+ "Miedo": 5,
28
+ "Alegria": 1,
29
+ "Otros": 6,
30
+ "Tristeza": 0,
31
+ "Sorpresa": 3
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "max_position_embeddings": 514,