Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -21,5 +21,9 @@
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.16.2",
|
24 |
-
"vocab_size": 30522
|
|
|
|
|
|
|
|
|
25 |
}
|
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.16.2",
|
24 |
+
"vocab_size": 30522,
|
25 |
+
"id2label": {
|
26 |
+
"0": "Fake",
|
27 |
+
"1": "Real",
|
28 |
+
},
|
29 |
}
|