Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 30522,
|
27 |
"id2label": {
|
28 |
-
"
|
29 |
-
"
|
30 |
},
|
31 |
"label2id": {
|
32 |
-
"ChatGPT":
|
33 |
-
"Human":
|
34 |
}
|
35 |
}
|
|
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 30522,
|
27 |
"id2label": {
|
28 |
+
"1": "Human",
|
29 |
+
"0": "ChatGPT"
|
30 |
},
|
31 |
"label2id": {
|
32 |
+
"ChatGPT": 0,
|
33 |
+
"Human": 1
|
34 |
}
|
35 |
}
|