prithivMLmods commited on
Commit
bc98a4c
·
verified ·
1 Parent(s): 210bdef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -14,8 +14,15 @@ base_model:
14
  # **Deepfake-Detection-Exp-02-22**
15
 
16
  Deepfake-Detection-Exp-02-22 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-patch32-224-in21k`**.
17
-
18
- Classification report:
 
 
 
 
 
 
 
19
 
20
  precision recall f1-score support
21
 
@@ -25,7 +32,7 @@ Deepfake-Detection-Exp-02-22 is a minimalist, high-quality dataset trained on a
25
  accuracy 0.9516 3200
26
  macro avg 0.9535 0.9516 0.9515 3200
27
  weighted avg 0.9535 0.9516 0.9515 3200
28
-
29
 
30
 
31
  ![download (1).png](https://cdn-uploads.huggingface.co/production/uploads/6720824b15b6282a2464fc58/-25Oh3wureg_MI4nvjh7w.png)
 
14
  # **Deepfake-Detection-Exp-02-22**
15
 
16
  Deepfake-Detection-Exp-02-22 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-patch32-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
+
24
+ ```python
25
+ Classification report:
26
 
27
  precision recall f1-score support
28
 
 
32
  accuracy 0.9516 3200
33
  macro avg 0.9535 0.9516 0.9515 3200
34
  weighted avg 0.9535 0.9516 0.9515 3200
35
+ ```
36
 
37
 
38
  ![download (1).png](https://cdn-uploads.huggingface.co/production/uploads/6720824b15b6282a2464fc58/-25Oh3wureg_MI4nvjh7w.png)