Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ print(model.config.id2label[predicted_class])
|
|
84 |
|
85 |
### Training Data
|
86 |
|
87 |
-
The dataset consisted of 190,335 real and deepfake face images, with RandomOverSampler used to balance the two classes. The data was split into 60% training and 40% testing, maintaining class stratification.
|
88 |
|
89 |
### Training Procedure
|
90 |
|
@@ -158,4 +158,4 @@ Agasta. (2025). *Virtus: Deepfake Detection using Vision Transformers*. Hugging
|
|
158 |
|
159 |
## Model Card Contact
|
160 |
|
161 |
-
For questions or feedback, reach out via [GitHub](https://github.com/Itz-Agasta) or open an issue on the [model repository](https://github.com/Itz-Agasta/Lopt/tree/main/models/image). or
|
|
|
84 |
|
85 |
### Training Data
|
86 |
|
87 |
+
The dataset consisted of 190,335 self-collected real and deepfake face images, with RandomOverSampler used to balance the two classes. The data was split into 60% training and 40% testing, maintaining class stratification.
|
88 |
|
89 |
### Training Procedure
|
90 |
|
|
|
158 |
|
159 |
## Model Card Contact
|
160 |
|
161 |
+
For questions or feedback, reach out via [GitHub](https://github.com/Itz-Agasta) or open an issue on the [model repository](https://github.com/Itz-Agasta/Lopt/tree/main/models/image). or mail me at [email protected]
|