dannyvas23 commited on
Commit
702abb2
1 Parent(s): a477884

Update config.json

Browse files
Files changed (1) hide show
  1. 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": "Texto no suicida",
33
+ "1": "Texto Suicida"
34
+ }
35
  }