added test results to model card
Browse files
README.md
CHANGED
@@ -10,4 +10,32 @@ pipeline_tag: audio-classification
|
|
10 |
tags:
|
11 |
- audio-classification
|
12 |
- deepfake-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
|
|
10 |
tags:
|
11 |
- audio-classification
|
12 |
- deepfake-classification
|
13 |
+
|
14 |
+
# Model Performance Results
|
15 |
+
results:
|
16 |
+
overall_accuracy: 0.9852
|
17 |
+
overall_accuracy_fraction: "8006/8126"
|
18 |
+
overall_accuracy_percentage: "98.5%"
|
19 |
+
|
20 |
+
confusion_matrix:
|
21 |
+
- true_label: "fake"
|
22 |
+
predicted_label: "fake"
|
23 |
+
count: 3958
|
24 |
+
- true_label: "fake"
|
25 |
+
predicted_label: "real"
|
26 |
+
count: 97
|
27 |
+
- true_label: "real"
|
28 |
+
predicted_label: "real"
|
29 |
+
count: 4048
|
30 |
+
- true_label: "real"
|
31 |
+
predicted_label: "fake"
|
32 |
+
count: 23
|
33 |
+
|
34 |
+
class_accuracy:
|
35 |
+
real_images:
|
36 |
+
accuracy: 0.9944
|
37 |
+
fraction: "4048/4071"
|
38 |
+
fake_images:
|
39 |
+
accuracy: 0.9761
|
40 |
+
fraction: "3958/4055"
|
41 |
---
|