dammy commited on
Commit
860c174
1 Parent(s): 7deabe4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -9,19 +9,19 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "E",
13
- "1": "S",
14
- "2": "G",
15
- "3": "F",
16
- "4": "Geo"
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
- "E": 0,
21
- "S": 1,
22
- "G": 2,
23
- "F": 3,
24
- "Geo": 4
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Environment",
13
+ "1": "Social",
14
+ "2": "Governance",
15
+ "3": "Finance",
16
+ "4": "Geopolitical"
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
+ "Environment": 0,
21
+ "Social": 1,
22
+ "Governance": 2,
23
+ "Finance": 3,
24
+ "Geopolitical": 4
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",