prithivMLmods commited on
Commit
69e77f7
·
verified ·
1 Parent(s): b5217bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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