Moritz-Pfeifer
commited on
Commit
•
5608791
1
Parent(s):
a3149b9
Update config.json
Browse files- config.json +9 -1
config.json
CHANGED
@@ -22,5 +22,13 @@
|
|
22 |
"transformers_version": "4.2.0",
|
23 |
"type_vocab_size": 1,
|
24 |
"use_cache": true,
|
25 |
-
"vocab_size": 50265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
|
|
22 |
"transformers_version": "4.2.0",
|
23 |
"type_vocab_size": 1,
|
24 |
"use_cache": true,
|
25 |
+
"vocab_size": 50265,
|
26 |
+
"id2label": {
|
27 |
+
"0": "negative",
|
28 |
+
"1": "positive"
|
29 |
+
},
|
30 |
+
"label2id": {
|
31 |
+
"negative": 0,
|
32 |
+
"positive": 1
|
33 |
+
}
|
34 |
}
|