Upload ConvNextForImageClassification
Browse files- README.md +18 -22
- model.safetensors +1 -1
README.md
CHANGED
@@ -10,32 +10,28 @@ pipeline_tag: audio-classification
|
|
10 |
tags:
|
11 |
- audio-classification
|
12 |
- deepfake-classification
|
13 |
-
|
14 |
-
# Model Performance Results
|
15 |
results:
|
16 |
overall_accuracy: 0.9852
|
17 |
-
overall_accuracy_fraction:
|
18 |
-
overall_accuracy_percentage:
|
19 |
-
|
20 |
confusion_matrix:
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
class_accuracy:
|
35 |
-
real_images:
|
36 |
accuracy: 0.9944
|
37 |
-
fraction:
|
38 |
fake_images:
|
39 |
accuracy: 0.9761
|
40 |
-
fraction:
|
41 |
-
---
|
|
|
10 |
tags:
|
11 |
- audio-classification
|
12 |
- deepfake-classification
|
|
|
|
|
13 |
results:
|
14 |
overall_accuracy: 0.9852
|
15 |
+
overall_accuracy_fraction: 8006/8126
|
16 |
+
overall_accuracy_percentage: 98.5%
|
|
|
17 |
confusion_matrix:
|
18 |
+
- true_label: fake
|
19 |
+
predicted_label: fake
|
20 |
+
count: 3958
|
21 |
+
- true_label: fake
|
22 |
+
predicted_label: real
|
23 |
+
count: 97
|
24 |
+
- true_label: real
|
25 |
+
predicted_label: real
|
26 |
+
count: 4048
|
27 |
+
- true_label: real
|
28 |
+
predicted_label: fake
|
29 |
+
count: 23
|
|
|
30 |
class_accuracy:
|
31 |
+
real_images:
|
32 |
accuracy: 0.9944
|
33 |
+
fraction: 4048/4071
|
34 |
fake_images:
|
35 |
accuracy: 0.9761
|
36 |
+
fraction: 3958/4055
|
37 |
+
---
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 111307920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a956ea7476225bc902b9ab5f6976520c674fd94e53f0feaa7c14cfa2cfb3605
|
3 |
size 111307920
|