gsl22 commited on
Commit
2c04045
1 Parent(s): 3a0f04a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -7
config.json CHANGED
@@ -16,15 +16,18 @@
16
  "4": "LABEL_4",
17
  "5": "LABEL_5"
18
  },
19
- "initializer_range": 0.02,
20
  "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2,
24
- "LABEL_3": 3,
25
- "LABEL_4": 4,
26
- "LABEL_5": 5
27
  },
 
 
 
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
30
  "n_heads": 12,
 
16
  "4": "LABEL_4",
17
  "5": "LABEL_5"
18
  },
19
+
20
  "label2id": {
21
+ "behaviors": 0,
22
+ "leadership-characteristics": 1,
23
+ "negative-emotions": 2,
24
+ "personal-traits": 3,
25
+ "positive-emotions": 4,
26
+ "relationships-and-values": 5
27
  },
28
+
29
+ "initializer_range": 0.02,
30
+
31
  "max_position_embeddings": 512,
32
  "model_type": "distilbert",
33
  "n_heads": 12,