prithivMLmods commited on
Commit
2c4efe3
·
verified ·
1 Parent(s): 8377672

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (e.g., `Hemg/deepfake-and-real-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