Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,16 @@ datasets:
|
|
| 6 |
- prithivMLmods/Deepfakes-QA-Leaning
|
| 7 |
- prithivMLmods/Deepfakes-QA-Patch1
|
| 8 |
- prithivMLmods/Deepfake-QA-10K-OPT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |

|
|
@@ -86,4 +96,4 @@ print(f"Predicted Label: {label}")
|
|
| 86 |
- **Dataset Filtering** β Helps filter out low-quality deepfake samples in datasets for better training of deepfake detection models.
|
| 87 |
- **Forensic Analysis** β Supports forensic teams in evaluating deepfake quality to prioritize high-quality samples for deeper analysis.
|
| 88 |
- **Content Moderation** β Assists social media platforms and content moderation teams in assessing deepfake quality before deciding on further actions.
|
| 89 |
-
- **Benchmarking Deepfake Models** β Used to compare and evaluate different deepfake generation models based on their output quality.
|
|
|
|
| 6 |
- prithivMLmods/Deepfakes-QA-Leaning
|
| 7 |
- prithivMLmods/Deepfakes-QA-Patch1
|
| 8 |
- prithivMLmods/Deepfake-QA-10K-OPT
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
base_model:
|
| 12 |
+
- google/vit-base-patch16-224-in21k
|
| 13 |
+
pipeline_tag: image-classification
|
| 14 |
+
library_name: transformers
|
| 15 |
+
tags:
|
| 16 |
+
- deepfake
|
| 17 |
+
- quality
|
| 18 |
+
- assess
|
| 19 |
---
|
| 20 |
|
| 21 |

|
|
|
|
| 96 |
- **Dataset Filtering** β Helps filter out low-quality deepfake samples in datasets for better training of deepfake detection models.
|
| 97 |
- **Forensic Analysis** β Supports forensic teams in evaluating deepfake quality to prioritize high-quality samples for deeper analysis.
|
| 98 |
- **Content Moderation** β Assists social media platforms and content moderation teams in assessing deepfake quality before deciding on further actions.
|
| 99 |
+
- **Benchmarking Deepfake Models** β Used to compare and evaluate different deepfake generation models based on their output quality.
|