dtransposed commited on
Commit
f609c8c
·
verified ·
1 Parent(s): 8f7de55

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+ Note: Those are only the weights for the classifier trained on the `whisper-small` embeddings.
5
+
6
+ Result of the classifier Rob's human-annotated dataset (`data/voicemail_human_eval.csv`):
7
+
8
+ Results for chunk size 1 seconds:
9
+ - Accuracy: 0.8080
10
+ - Precision: 0.9353
11
+ - Recall: 0.7692
12
+ - F1 Score: 0.8442
13
+
14
+ Results for chunk size 2 seconds:
15
+ - Accuracy: 0.8560
16
+ - Precision: 0.9650
17
+ - Recall: 0.8166
18
+ - F1 Score: 0.8846
19
+
20
+ Results for chunk size 5 seconds:
21
+ - Accuracy: 0.8640
22
+ - Precision: 0.9856
23
+ - Recall: 0.8107
24
+ - F1 Score: 0.8896
25
+
26
+ Results for chunk size 10 seconds:
27
+ - Accuracy: 0.8760
28
+ - Precision: 1.0000
29
+ - Recall: 0.8166
30
+ - F1 Score: 0.8990
31
+
32
+ Saved predictions to one_model/human_eval_results_10s.csv
33
+
34
+ Results for full audio samples:
35
+ - Accuracy: 0.8760
36
+ - Precision: 1.0000
37
+ - Recall: 0.8166
38
+ - F1 Score: 0.8990