Views
No views yet
whisper-medium, optimized for transcribing English speech from a custom dataset.metadata(clean1).csv. Corrupted or low-quality audio files were excluded. The data was split as follows:2.07%3.23%1from transformers import pipeline
2
3asr = pipeline("automatic-speech-recognition", model="Pengwin30/whisper-medium-fine-tuned")
4result = asr("path/to/audio.wav")
5print(result["text"])@misc{Pengwin30/whisper-medium-fine-tuned,
author = {Tong Rong, Winardi},
title = {Whisper Medium Fine-Tuned on Custom Dataset},
year = {2025},
url = {https://huggingface.co/Pengwin30/whisper-medium-fine-tuned}
}