Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ library_name: transformers
|
|
9 |
---
|
10 |
# **AI-vs-Deepfake-vs-Real-Siglip2**
|
11 |
|
12 |
-
**AI-vs-Deepfake-vs-Real-Siglip2** is an image classification vision-language encoder model fine-tuned from
|
13 |
|
14 |
The model categorizes images into three classes:
|
15 |
- **Class 0:** "AI" – The image is fully AI-generated, created by machine learning models.
|
|
|
9 |
---
|
10 |
# **AI-vs-Deepfake-vs-Real-Siglip2**
|
11 |
|
12 |
+
**AI-vs-Deepfake-vs-Real-Siglip2** is an image classification vision-language encoder model fine-tuned from google/siglip2-base-patch16-224 for a single-label classification task. It is designed to distinguish AI-generated images, deepfake images, and real images using the SiglipForImageClassification architecture.
|
13 |
|
14 |
The model categorizes images into three classes:
|
15 |
- **Class 0:** "AI" – The image is fully AI-generated, created by machine learning models.
|