Akilashamnaka12 commited on
Commit
254248e
·
verified ·
1 Parent(s): c3ee073

Upload DistilBertForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -11,19 +11,19 @@
11
  "eos_token_id": null,
12
  "hidden_dim": 3072,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2",
17
- "3": "LABEL_3",
18
- "4": "LABEL_4"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2,
25
- "LABEL_3": 3,
26
- "LABEL_4": 4
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
 
11
  "eos_token_id": null,
12
  "hidden_dim": 3072,
13
  "id2label": {
14
+ "0": "Business",
15
+ "1": "Opinion",
16
+ "2": "Political_gossip",
17
+ "3": "Sports",
18
+ "4": "World_news"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
+ "Business": 0,
23
+ "Opinion": 1,
24
+ "Political_gossip": 2,
25
+ "Sports": 3,
26
+ "World_news": 4
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",