Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -21,11 +21,11 @@
|
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
"transformers_version": "4.38.2",
|
| 23 |
"id2label": {
|
| 24 |
-
|
| 25 |
-
|
| 26 |
},
|
| 27 |
"label2id": {
|
| 28 |
-
"FAKE":
|
| 29 |
-
"REAL":
|
| 30 |
}
|
| 31 |
}
|
|
|
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
"transformers_version": "4.38.2",
|
| 23 |
"id2label": {
|
| 24 |
+
0: "FAKE",
|
| 25 |
+
1: "REAL"
|
| 26 |
},
|
| 27 |
"label2id": {
|
| 28 |
+
"FAKE": 0,
|
| 29 |
+
"REAL": 1
|
| 30 |
}
|
| 31 |
}
|