Create model_index.json
Browse files
checkpoint-24806/model_index.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_id": "alrivalda/Model1-v1-Rival",
|
| 3 |
+
"library_name": "transformers",
|
| 4 |
+
"pipeline_tag": "image-classification",
|
| 5 |
+
"tags": [
|
| 6 |
+
"vision",
|
| 7 |
+
"image-classification",
|
| 8 |
+
"deepfake",
|
| 9 |
+
"siglip",
|
| 10 |
+
"binary-classification"
|
| 11 |
+
],
|
| 12 |
+
"auto_map": {
|
| 13 |
+
"AutoModelForImageClassification": "SiglipForImageClassification",
|
| 14 |
+
"AutoImageProcessor": "SiglipImageProcessor"
|
| 15 |
+
}
|
| 16 |
+
}
|