dreji18 commited on
Commit
1550dbe
1 Parent(s): ffdba76

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -8,11 +8,19 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
11
  "initializer_range": 0.02,
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
 
 
 
 
16
  "pad_token_id": 0,
17
  "qa_dropout": 0.1,
18
  "seq_classif_dropout": 0.2,
 
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
  "max_position_embeddings": 512,
17
  "model_type": "distilbert",
18
  "n_heads": 12,
19
  "n_layers": 6,
20
+ "label2id": {
21
+ "Non-biased": 0,
22
+ "Biased": 1
23
+ },
24
  "pad_token_id": 0,
25
  "qa_dropout": 0.1,
26
  "seq_classif_dropout": 0.2,