Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,13 @@ tags:
|
|
15 |
|
16 |
Deepfake-Detection-Exp-02-21 is a minimalist, high-quality dataset trained on a ViT-based model for image classification, distinguishing between deepfake and real images. The model is based on Google's **`google/vit-base-patch16-224-in21k`**.
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
precision recall f1-score support
|
21 |
|
@@ -25,7 +31,7 @@ Deepfake-Detection-Exp-02-21 is a minimalist, high-quality dataset trained on a
|
|
25 |
accuracy 0.9884 3200
|
26 |
macro avg 0.9886 0.9884 0.9884 3200
|
27 |
weighted avg 0.9886 0.9884 0.9884 3200
|
28 |
-
|
29 |
|
30 |

|
31 |
|
|
|
15 |
|
16 |
Deepfake-Detection-Exp-02-21 is a minimalist, high-quality dataset trained on a ViT-based model for image classification, distinguishing between deepfake and real images. The model is based on Google's **`google/vit-base-patch16-224-in21k`**.
|
17 |
|
18 |
+
```bitex
|
19 |
+
Mapping of IDs to Labels: {0: 'Deepfake', 1: 'Real'}
|
20 |
+
|
21 |
+
Mapping of Labels to IDs: {'Deepfake': 0, 'Real': 1}
|
22 |
+
```
|
23 |
+
```py
|
24 |
+
Classification report:
|
25 |
|
26 |
precision recall f1-score support
|
27 |
|
|
|
31 |
accuracy 0.9884 3200
|
32 |
macro avg 0.9886 0.9884 0.9884 3200
|
33 |
weighted avg 0.9886 0.9884 0.9884 3200
|
34 |
+
```
|
35 |
|
36 |

|
37 |
|