Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,12 @@ tags:
|
|
10 |
- deepfake
|
11 |
---
|
12 |
# **Deepfake-Quality-Assess-Siglip2**
|
13 |
-
Deepfake-Quality-Assess-Siglip2 is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It
|
14 |
-
|
15 |
-
**id2label Mapping:**
|
16 |
-
- **0**: "Issue in Deepfake"
|
17 |
-
- **1**: "High-Quality Deepfake"
|
18 |
|
|
|
|
|
|
|
|
|
19 |
```python
|
20 |
!pip install -q transformers torch pillow gradio
|
21 |
```
|
|
|
10 |
- deepfake
|
11 |
---
|
12 |
# **Deepfake-Quality-Assess-Siglip2**
|
13 |
+
**Deepfake-Quality-Assess-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 assess the quality of deepfake images using the **SiglipForImageClassification** architecture.
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
The model categorizes images into two classes:
|
16 |
+
- **Class 0:** "Issue in Deepfake" – indicating that the deepfake image has noticeable flaws or inconsistencies.
|
17 |
+
- **Class 1:** "High-Quality Deepfake" – indicating that the deepfake image is of high quality and appears more realistic.
|
18 |
+
|
19 |
```python
|
20 |
!pip install -q transformers torch pillow gradio
|
21 |
```
|