Update README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,7 @@ base_model:
|
|
18 |
|
19 |
The **Deep-Fake-Detector-Model** is a state-of-the-art deep learning model designed to detect deepfake images. It leverages the **Vision Transformer (ViT)** architecture, specifically the `google/vit-base-patch16-224-in21k` model, fine-tuned on a dataset of real and deepfake images. The model is trained to classify images as either "Real" or "Fake" with high accuracy, making it a powerful tool for detecting manipulated media.
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
: The previous model checkpoint was obtained using a smaller classification dataset. Although it performed well in evaluation scores, its real-time performance was average due to limited variations in the training set. The new update includes a larger dataset to improve the detection of fake images.
|
24 |
-
|
25 |
-
**Repository Details**
|
26 |
|
27 |
| Repository | Link |
|
28 |
|------------|------|
|
|
|
18 |
|
19 |
The **Deep-Fake-Detector-Model** is a state-of-the-art deep learning model designed to detect deepfake images. It leverages the **Vision Transformer (ViT)** architecture, specifically the `google/vit-base-patch16-224-in21k` model, fine-tuned on a dataset of real and deepfake images. The model is trained to classify images as either "Real" or "Fake" with high accuracy, making it a powerful tool for detecting manipulated media.
|
20 |
|
21 |
+
**<span style="color:red;">Update :</span>** The previous model checkpoint was obtained using a smaller classification dataset. Although it performed well in evaluation scores, its real-time performance was average due to limited variations in the training set. The new update includes a larger dataset to improve the detection of fake images.
|
|
|
|
|
|
|
|
|
22 |
|
23 |
| Repository | Link |
|
24 |
|------------|------|
|