Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
4 |
# **Deepfake-vs-Real-8000**
|
5 |
|
6 |
> **Deepfake-vs-Real-8000** 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 detect whether an image is a deepfake or a real one using the **SiglipForImageClassification** architecture.
|
@@ -85,4 +99,4 @@ The **Deepfake-vs-Real-8000** model is designed to detect deepfake images from r
|
|
85 |
- **Deepfake Detection:** Assisting cybersecurity experts and forensic teams in detecting synthetic media.
|
86 |
- **Media Verification:** Helping journalists and fact-checkers verify the authenticity of images.
|
87 |
- **AI Ethics & Research:** Contributing to studies on AI-generated content detection.
|
88 |
-
- **Social Media Moderation:** Enhancing tools to prevent misinformation and digital deception.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- prithivMLmods/Deepfake-vs-Real
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- google/siglip2-base-patch16-224
|
9 |
+
pipeline_tag: image-classification
|
10 |
+
library_name: transformers
|
11 |
+
tags:
|
12 |
+
- deepfake
|
13 |
+
- SigLIP2
|
14 |
+
- 8K
|
15 |
---
|
16 |
+

|
17 |
+
|
18 |
# **Deepfake-vs-Real-8000**
|
19 |
|
20 |
> **Deepfake-vs-Real-8000** 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 detect whether an image is a deepfake or a real one using the **SiglipForImageClassification** architecture.
|
|
|
99 |
- **Deepfake Detection:** Assisting cybersecurity experts and forensic teams in detecting synthetic media.
|
100 |
- **Media Verification:** Helping journalists and fact-checkers verify the authenticity of images.
|
101 |
- **AI Ethics & Research:** Contributing to studies on AI-generated content detection.
|
102 |
+
- **Social Media Moderation:** Enhancing tools to prevent misinformation and digital deception.
|