MoritzLaurer HF staff commited on
Commit
515fd82
1 Parent(s): 0a573f2

update of label names

Browse files
Files changed (1) hide show
  1. config.json +14 -14
config.json CHANGED
@@ -9,23 +9,23 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2,
25
- "LABEL_3": 3,
26
- "LABEL_4": 4,
27
- "LABEL_5": 5,
28
- "LABEL_6": 6
29
  },
30
  "max_position_embeddings": 512,
31
  "model_type": "distilbert",
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "external relations",
13
+ "1": "freedom and democracy",
14
+ "2": "political system",
15
+ "3": "economy",
16
+ "4": "welfare and quality of life",
17
+ "5": "fabric of society",
18
+ "6": "social groups"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
+ "external relations": 0,
23
+ "freedom and democracy": 1,
24
+ "political system": 2,
25
+ "economy": 3,
26
+ "welfare and quality of life": 4,
27
+ "fabric of society": 5,
28
+ "social groups": 6
29
  },
30
  "max_position_embeddings": 512,
31
  "model_type": "distilbert",