sangrimlee
commited on
Commit
•
7644bbe
1
Parent(s):
57acc55
Update config.json
Browse files- config.json +6 -2
config.json
CHANGED
@@ -27,5 +27,9 @@
|
|
27 |
"transformers_version": "4.6.0",
|
28 |
"type_vocab_size": 2,
|
29 |
"use_cache": true,
|
30 |
-
"vocab_size": 119547
|
31 |
-
|
|
|
|
|
|
|
|
|
|
27 |
"transformers_version": "4.6.0",
|
28 |
"type_vocab_size": 2,
|
29 |
"use_cache": true,
|
30 |
+
"vocab_size": 119547,
|
31 |
+
"id2label": {
|
32 |
+
"0": "negative",
|
33 |
+
"1": "positive"
|
34 |
+
}
|
35 |
+
}
|