AyoubChLin commited on
Commit
3c732ba
1 Parent(s): e59070c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -12,20 +12,20 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "0",
16
- "1": "1",
17
- "2": "2",
18
- "3": "3",
19
- "4": "4"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
- "0": 0,
25
- "1": 1,
26
- "2": 2,
27
- "3": 3,
28
- "4": 4
29
  },
30
  "layer_norm_eps": 1e-05,
31
  "max_length": 512,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "tech",
16
+ "1": "business",
17
+ "2": "sport",
18
+ "3": "entertainment",
19
+ "4": "politics"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
+ "tech": 0,
25
+ "business": 1,
26
+ "sport": 2,
27
+ "entertainment": 3,
28
+ "politics": 4
29
  },
30
  "layer_norm_eps": 1e-05,
31
  "max_length": 512,