Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -23,5 +23,6 @@
|
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 30522,
|
26 |
-
"id2label": {0: "Human", 1: "AI"}
|
|
|
27 |
}
|
|
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 30522,
|
26 |
+
"id2label": {0: "Human", 1: "AI"},
|
27 |
+
"label2id": {"Human": 0, "AI": 1},
|
28 |
}
|