Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,9 @@ library_name: transformers
|
|
9 |
tags:
|
10 |
- deepfake
|
11 |
---
|
|
|
|
|
|
|
12 |
|
13 |
```python
|
14 |
!pip install -q transformers torch pillow gradio
|
|
|
9 |
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`. It is designed for a single-label classification task and classifies the quality of deepfake images.
|
14 |
+
|
15 |
|
16 |
```python
|
17 |
!pip install -q transformers torch pillow gradio
|