Instructions to use JacobPercy/st_aeds_asr_whisper_medium_finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use JacobPercy/st_aeds_asr_whisper_medium_finetune with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "JacobPercy/st_aeds_asr_whisper_medium_finetune" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
ST-AEDS ASR Whisper Medium Fine-tuned Model
ESPnet2 ASR model fine-tuned on ST-AEDS / OpenSLR SLR45.
Model
- Base model: OpenAI Whisper Medium
- Training: full fine-tuning
- Decode: beam size 10, no CTC, no LM
- Token type: whisper_multilingual
- Language: English
Results
| split | WER | CER |
|---|---|---|
| dev | 3.9 | 2.7 |
| test | 2.1 | 0.9 |
Data
- Dataset: ST-AEDS / OpenSLR SLR45
- Train: 3038 utterances
- Dev: 400 utterances
- Test: 400 utterances
- No normalized transcript overlap was found across train/dev/test.
Files
valid.acc.ave_3best.pth: averaged ESPnet ASR model checkpointconfig.yaml: ESPnet training configRESULTS.md: ESPnet evaluation output
- Downloads last month
- -
Model tree for JacobPercy/st_aeds_asr_whisper_medium_finetune
Base model
openai/whisper-medium