shainaraza commited on
Commit
643c4d3
1 Parent(s): cfe8149

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -8
config.json CHANGED
@@ -8,15 +8,9 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
- "id2label": {
12
- "0": "non-biased",
13
- "1": "biased"
14
- },
15
  "initializer_range": 0.02,
16
- "label2id": {
17
- "biased": 1,
18
- "non-biased": 0
19
- },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {0: "biased", 1: "non-biased"},
 
 
 
12
  "initializer_range": 0.02,
13
+ "label2id": {"biased": 0, "non-biased": 1},
 
 
 
14
  "max_position_embeddings": 512,
15
  "model_type": "distilbert",
16
  "n_heads": 12,