prithivMLmods commited on
Commit
8713747
·
verified ·
1 Parent(s): 8cf0410

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
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
- Classification report:
 
 
 
 
 
 
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
  ![download.png](https://cdn-uploads.huggingface.co/production/uploads/6720824b15b6282a2464fc58/0ISoyjxLs-zpqt9Gv4YRo.png)
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
  ![download.png](https://cdn-uploads.huggingface.co/production/uploads/6720824b15b6282a2464fc58/0ISoyjxLs-zpqt9Gv4YRo.png)
37