Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,13 @@ 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 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 |
# **Run with Transformers**
|
20 |
|
21 |
```python
|
|
|
10 |
- deepfake
|
11 |
---
|
12 |
# **Deepfake-Quality-Assess-Siglip2**
|
13 |
+
|
14 |
**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.
|
15 |
|
16 |
The model categorizes images into two classes:
|
17 |
- **Class 0:** "Issue in Deepfake" – indicating that the deepfake image has noticeable flaws or inconsistencies.
|
18 |
- **Class 1:** "High-Quality Deepfake" – indicating that the deepfake image is of high quality and appears more realistic.
|
19 |
+
|
20 |
# **Run with Transformers**
|
21 |
|
22 |
```python
|