vnmoorthy commited on
Commit
7146e43
·
verified ·
1 Parent(s): 181aee4

Upload experiments/outputs_new/real_asr_coupling.json with huggingface_hub

Browse files
experiments/outputs_new/real_asr_coupling.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "whisper-large-v3+llama3.1:8b": {
3
+ "asr_wer_pct": 99.57,
4
+ "bertscore_deberta": 0.527,
5
+ "n_samples": 100
6
+ },
7
+ "whisper-large-v3+gemma2:2b": {
8
+ "asr_wer_pct": 99.57,
9
+ "bertscore_deberta": 0.5284,
10
+ "n_samples": 100
11
+ },
12
+ "whisper-large-v3+mistral:7b": {
13
+ "asr_wer_pct": 99.57,
14
+ "bertscore_deberta": 0.5571,
15
+ "n_samples": 100
16
+ },
17
+ "whisper-tiny+llama3.1:8b": {
18
+ "asr_wer_pct": 98.82,
19
+ "bertscore_deberta": 0.5219,
20
+ "n_samples": 100
21
+ },
22
+ "whisper-tiny+gemma2:2b": {
23
+ "asr_wer_pct": 98.82,
24
+ "bertscore_deberta": 0.5226,
25
+ "n_samples": 100
26
+ },
27
+ "whisper-tiny+mistral:7b": {
28
+ "asr_wer_pct": 98.82,
29
+ "bertscore_deberta": 0.5429,
30
+ "n_samples": 100
31
+ }
32
+ }