Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google/vit-base-patch32-224-in21k
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- Deepfake
|
11 |
+
---
|
12 |
+
Classification report:
|
13 |
+
|
14 |
+
precision recall f1-score support
|
15 |
+
|
16 |
+
Issue In Deepfake 0.7560 0.7467 0.7513 1500
|
17 |
+
High Quality Deepfake 0.7365 0.7473 0.7418 1500
|
18 |
+
|
19 |
+
accuracy 0.7467 3000
|
20 |
+
macro avg 0.7463 0.7470 0.7465 3000
|
21 |
+
weighted avg 0.7463 0.7470 0.7465 3000
|