Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -8,13 +8,13 @@
|
|
| 8 |
"dropout": 0.1,
|
| 9 |
"hidden_dim": 3072,
|
| 10 |
"id2label": {
|
| 11 |
-
"0":
|
| 12 |
-
"1":
|
| 13 |
},
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"label2id": {
|
| 16 |
-
"
|
| 17 |
-
"
|
| 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",
|