AyoubChLin commited on
Commit
dc8b7b6
1 Parent(s): 08768c7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -12
config.json CHANGED
@@ -9,23 +9,24 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
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
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
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
  },
30
  "layer_norm_eps": 1e-12,
31
  "max_position_embeddings": 512,
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ ['business', 'entertainment', 'politics', 'sport', 'tech']
13
  "id2label": {
14
+ "0": "business",
15
+ "1": "entertainment",
16
+ "2": "politics",
17
+ "3": "sport",
18
+ "4": "tech",
19
+ "5": "none"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
+ "business": 0,
25
+ "entertainment": 1,
26
+ "politics": 2,
27
+ "sport": 3,
28
+ "tech": 4,
29
+ "none": 5
30
  },
31
  "layer_norm_eps": 1e-12,
32
  "max_position_embeddings": 512,