nsayer commited on
Commit
efc675f
·
verified ·
1 Parent(s): 2af8c09

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -16
config.json CHANGED
@@ -9,25 +9,25 @@
9
  "dtype": "float32",
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
- "7": "LABEL_7"
20
  },
21
  "initializer_range": 0.02,
22
  "label2id": {
23
- "LABEL_0": 0,
24
- "LABEL_1": 1,
25
- "LABEL_2": 2,
26
- "LABEL_3": 3,
27
- "LABEL_4": 4,
28
- "LABEL_5": 5,
29
- "LABEL_6": 6,
30
- "LABEL_7": 7
31
  },
32
  "max_position_embeddings": 512,
33
  "model_type": "distilbert",
 
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "hardware",
13
+ "1": "hr_support",
14
+ "2": "miscellaneous",
15
+ "3": "internal_project",
16
+ "4": "storage",
17
+ "5": "purchase",
18
+ "6": "access",
19
+ "7": "administrative_rights"
20
  },
21
  "initializer_range": 0.02,
22
  "label2id": {
23
+ "hardware": 0,
24
+ "hr_support": 1,
25
+ "miscellaneous": 2,
26
+ "internal_project": 3,
27
+ "storage": 4,
28
+ "purchase": 5,
29
+ "access": 6,
30
+ "administrative_rights": 7
31
  },
32
  "max_position_embeddings": 512,
33
  "model_type": "distilbert",