Steveeeeeeen HF staff commited on
Commit
cc943a4
·
verified ·
1 Parent(s): df77c4c

Adding distil-large-v3.5 and lite-whisper

Browse files

| Model | Avg. WER | RTFx | AMI | Earnings22 | Gigaspeech | LS Clean | LS Other | SPGISpeech | Tedlium | Voxpopuli |
|-------------------------------------------|----------|--------|------|-------------|-------------|-----------|-----------|--------------|---------|------------|
| efficient-speech/lite-whisper-large-v3-acc | 7.23 | 117.80 | 16.10 | 11.04 | 10.10 | 2.00 | 3.91 | 2.89 | 3.71 | 8.11 |
| efficient-speech/lite-whisper-large-v3 | 7.43 | 115.83 | 16.90 | 11.55 | 10.26 | 2.10 | 4.40 | 2.85 | 3.73 | 7.67 |
| efficient-speech/lite-whisper-large-v3-fast | 8.16 | 120.76 | 19.87 | 12.48 | 10.66 | 2.25 | 5.19 | 3.15 | 3.92 | 7.79 |
| efficient-speech/lite-whisper-large-v3-turbo-acc | 7.77 | 191.71 | 16.97 | 11.53 | 10.21 | 2.15 | 4.60 | 2.93 | 3.60 | 8.17 |
| distil-whisper/distil-large-v3.5 | 7.21 | 202.03 | 14.63 | 11.29 | 9.84 | 2.37 | 5.04 | 2.87 | 3.64 | 8.04 |

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from init import is_model_on_hub, upload_file, load_all_info_from_dataset_hub
6
  from utils_display import AutoEvalColumn, fields, make_clickable_model, styled_error, styled_message
7
  from datetime import datetime, timezone
8
 
9
- LAST_UPDATED = "Mar 20th 2025"
10
 
11
  column_names = {
12
  "MODEL": "Model",
 
6
  from utils_display import AutoEvalColumn, fields, make_clickable_model, styled_error, styled_message
7
  from datetime import datetime, timezone
8
 
9
+ LAST_UPDATED = "Mar 24th 2025"
10
 
11
  column_names = {
12
  "MODEL": "Model",