jonaskoenig commited on
Commit
0919034
1 Parent(s): be35d49

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -20
config.json CHANGED
@@ -10,30 +10,30 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 256,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5",
19
- "6": "LABEL_6",
20
- "7": "LABEL_7",
21
- "8": "LABEL_8",
22
- "9": "LABEL_9"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 1024,
26
  "label2id": {
27
- "LABEL_0": 0,
28
- "LABEL_1": 1,
29
- "LABEL_2": 2,
30
- "LABEL_3": 3,
31
- "LABEL_4": 4,
32
- "LABEL_5": 5,
33
- "LABEL_6": 6,
34
- "LABEL_7": 7,
35
- "LABEL_8": 8,
36
- "LABEL_9": 9
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 256,
12
  "id2label": {
13
+ "0": "Society & Culture",
14
+ "1": "Science & Mathematics",
15
+ "2": "Health",
16
+ "3": "Education & Reference",
17
+ "4": "Computers & Internet",
18
+ "5": "Sports",
19
+ "6": "Business & Finance",
20
+ "7": "Entertainment & Music",
21
+ "8": "Family & Relationships",
22
+ "9": "Politics & Government"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 1024,
26
  "label2id": {
27
+ "Society & Culture": 0,
28
+ "Science & Mathematics": 1,
29
+ "Health": 2,
30
+ "Education & Reference": 3,
31
+ "Computers & Internet": 4,
32
+ "Sports": 5,
33
+ "Business & Finance": 6,
34
+ "Entertainment & Music": 7,
35
+ "Family & Relationships": 8,
36
+ "Politics & Government": 9
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,