Upload 2 files
Browse files- config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ViTForImageClassification"
|
4 |
+
],
|
5 |
+
"model_type": "vit",
|
6 |
+
"num_labels": 2,
|
7 |
+
"id2label": {
|
8 |
+
"0": "real",
|
9 |
+
"1": "ai_generated"
|
10 |
+
},
|
11 |
+
"label2id": {
|
12 |
+
"real": 0,
|
13 |
+
"ai_generated": 1
|
14 |
+
}
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91e77e75e983f63180e9330e088316781d01c863148e7017815124de838453e4
|
3 |
+
size 96458300
|