Update config.json
Browse files- config.json +4 -2
config.json
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
{
|
2 |
"_name_or_path": "jacoballessio/ai-image-detect-distilled",
|
3 |
-
"architectures": [
|
4 |
-
|
|
|
|
|
5 |
"num_labels": 2,
|
6 |
"id2label": {
|
7 |
"0": "fake",
|
|
|
1 |
{
|
2 |
"_name_or_path": "jacoballessio/ai-image-detect-distilled",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"model_type": "vit",
|
7 |
"num_labels": 2,
|
8 |
"id2label": {
|
9 |
"0": "fake",
|