vnmoorthy commited on
Commit
c5998e5
·
verified ·
1 Parent(s): 0e3cd85

Upload tier2_cross_dataset_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tier2_cross_dataset_results.json +64 -0
tier2_cross_dataset_results.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "whisper-large-v3_librispeech": {
3
+ "model": "whisper-large-v3",
4
+ "dataset": "librispeech",
5
+ "n_samples": 200,
6
+ "wer": 5.77,
7
+ "mean_latency_ms": 825.16,
8
+ "std_latency_ms": 420.98
9
+ },
10
+ "whisper-large-v3_fleurs": {
11
+ "model": "whisper-large-v3",
12
+ "dataset": "fleurs",
13
+ "n_samples": 200,
14
+ "wer": 14.92,
15
+ "mean_latency_ms": 787.6,
16
+ "std_latency_ms": 182.0
17
+ },
18
+ "whisper-tiny_librispeech": {
19
+ "model": "whisper-tiny",
20
+ "dataset": "librispeech",
21
+ "n_samples": 200,
22
+ "wer": 18.54,
23
+ "mean_latency_ms": 438.46,
24
+ "std_latency_ms": 198.32
25
+ },
26
+ "whisper-tiny_fleurs": {
27
+ "model": "whisper-tiny",
28
+ "dataset": "fleurs",
29
+ "n_samples": 200,
30
+ "wer": 21.25,
31
+ "mean_latency_ms": 424.11,
32
+ "std_latency_ms": 129.55
33
+ },
34
+ "coupling_analysis": {
35
+ "whisper-large-v3_librispeech": {
36
+ "model": "whisper-large-v3",
37
+ "dataset": "librispeech",
38
+ "wer": 5.77,
39
+ "coupling_triggered": true,
40
+ "routing_recommendation": "cloud_llm_only"
41
+ },
42
+ "whisper-tiny_librispeech": {
43
+ "model": "whisper-tiny",
44
+ "dataset": "librispeech",
45
+ "wer": 18.54,
46
+ "coupling_triggered": true,
47
+ "routing_recommendation": "cloud_llm_only"
48
+ },
49
+ "whisper-large-v3_fleurs": {
50
+ "model": "whisper-large-v3",
51
+ "dataset": "fleurs",
52
+ "wer": 14.92,
53
+ "coupling_triggered": true,
54
+ "routing_recommendation": "cloud_llm_only"
55
+ },
56
+ "whisper-tiny_fleurs": {
57
+ "model": "whisper-tiny",
58
+ "dataset": "fleurs",
59
+ "wer": 21.25,
60
+ "coupling_triggered": true,
61
+ "routing_recommendation": "cloud_llm_only"
62
+ }
63
+ }
64
+ }