Upload 2 files
Browse files- config.json +21 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ViTForImageClassification"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "vit",
|
| 6 |
+
"num_labels": 5,
|
| 7 |
+
"id2label": {
|
| 8 |
+
"0": "stable_diffusion",
|
| 9 |
+
"1": "midjourney",
|
| 10 |
+
"2": "dalle",
|
| 11 |
+
"3": "real",
|
| 12 |
+
"4": "other_ai"
|
| 13 |
+
},
|
| 14 |
+
"label2id": {
|
| 15 |
+
"stable_diffusion": 0,
|
| 16 |
+
"midjourney": 1,
|
| 17 |
+
"dalle": 2,
|
| 18 |
+
"real": 3,
|
| 19 |
+
"other_ai": 4
|
| 20 |
+
}
|
| 21 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb2571aec8dfaf6af74a59b7679cd3c236e4e2359c33b649118562fb00087d0c
|
| 3 |
+
size 343297722
|