Kebinnuil commited on
Commit
e394787
·
verified ·
1 Parent(s): 2053b65

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -8,13 +8,13 @@
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
10
  "id2label": {
11
- "0": 1,
12
- "1": 0
13
  },
14
  "initializer_range": 0.02,
15
  "label2id": {
16
- "0": 1,
17
- "1": 0
18
  },
19
  "max_position_embeddings": 512,
20
  "model_type": "distilbert",
 
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
10
  "id2label": {
11
+ "0": "Non-suicidal",
12
+ "1": "Suicidal"
13
  },
14
  "initializer_range": 0.02,
15
  "label2id": {
16
+ "Non-Suicidal": 1,
17
+ "Suicidal": 0
18
  },
19
  "max_position_embeddings": 512,
20
  "model_type": "distilbert",