system HF staff commited on
Commit
0fb364d
1 Parent(s): dbbba4f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -14
config.json CHANGED
@@ -7,24 +7,24 @@
7
  "hidden_dropout_prob": 0.1,
8
  "hidden_size": 768,
9
  "id2label": {
10
- "0": "LABEL_0",
11
- "1": "LABEL_1",
12
- "2": "LABEL_2",
13
- "3": "LABEL_3",
14
- "4": "LABEL_4",
15
- "5": "LABEL_5",
16
- "6": "LABEL_6"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
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
- "LABEL_6": 6
28
  },
29
  "layer_norm_eps": 1e-12,
30
  "max_position_embeddings": 512,
7
  "hidden_dropout_prob": 0.1,
8
  "hidden_size": 768,
9
  "id2label": {
10
+ "0": "world",
11
+ "1": "economy",
12
+ "2": "culture",
13
+ "3": "health",
14
+ "4": "politics",
15
+ "5": "sport",
16
+ "6": "technology"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "world": 0,
22
+ "economy": 1,
23
+ "culture": 2,
24
+ "health": 3,
25
+ "politics": 4,
26
+ "sport": 5,
27
+ "technology": 6
28
  },
29
  "layer_norm_eps": 1e-12,
30
  "max_position_embeddings": 512,