dannyvas23
commited on
Commit
•
ac18295
1
Parent(s):
7972aec
Cambio de labels
Browse files- config.json +5 -1
config.json
CHANGED
@@ -27,5 +27,9 @@
|
|
27 |
"transformers_version": "4.17.0",
|
28 |
"type_vocab_size": 2,
|
29 |
"use_cache": true,
|
30 |
-
"vocab_size": 31002
|
|
|
|
|
|
|
|
|
31 |
}
|
|
|
27 |
"transformers_version": "4.17.0",
|
28 |
"type_vocab_size": 2,
|
29 |
"use_cache": true,
|
30 |
+
"vocab_size": 31002,
|
31 |
+
"id2label": {
|
32 |
+
"0": "No suicida",
|
33 |
+
"1": "Suicida"
|
34 |
+
}
|
35 |
}
|