prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ The **Deep-Fake-Detector-Model** is a state-of-the-art deep learning model desig
|
|
30 |
- **Architecture**: Vision Transformer (ViT) - `google/vit-base-patch16-224-in21k`.
|
31 |
- **Input**: RGB images resized to 224x224 pixels.
|
32 |
- **Output**: Binary classification ("Real" or "Fake").
|
33 |
-
- **Training Dataset**: A curated dataset of real and deepfake images
|
34 |
- **Fine-Tuning**: The model is fine-tuned using Hugging Face's `Trainer` API with advanced data augmentation techniques.
|
35 |
- **Performance**: Achieves high accuracy and F1 score on validation and test datasets.
|
36 |
|
|
|
30 |
- **Architecture**: Vision Transformer (ViT) - `google/vit-base-patch16-224-in21k`.
|
31 |
- **Input**: RGB images resized to 224x224 pixels.
|
32 |
- **Output**: Binary classification ("Real" or "Fake").
|
33 |
+
- **Training Dataset**: A curated dataset of real and deepfake images.
|
34 |
- **Fine-Tuning**: The model is fine-tuned using Hugging Face's `Trainer` API with advanced data augmentation techniques.
|
35 |
- **Performance**: Achieves high accuracy and F1 score on validation and test datasets.
|
36 |
|