Update config.json

#1
by Mistiq - opened
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -10,22 +10,22 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "tristeza",
14
- "1": "alegria",
15
- "2": "amor",
16
- "3": "enojo",
17
- "4": "miedo",
18
- "5": "sopresa"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "tristeza": 0,
24
- "alegria": 1,
25
- "amor": 2,
26
- "enojo": 3,
27
- "miedo": 4,
28
- "sopresa": 5
29
  },
30
  "layer_norm_eps": 1e-12,
31
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "sadness",
14
+ "1": "joy",
15
+ "2": "love",
16
+ "3": "anger",
17
+ "4": "fear",
18
+ "5": "surprise"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "sadness": 0,
24
+ "joy": 1,
25
+ "love": 2,
26
+ "anger": 3,
27
+ "fear": 4,
28
+ "surprise": 5
29
  },
30
  "layer_norm_eps": 1e-12,
31
  "max_position_embeddings": 512,