espnet/yodas
Updated • 102k • 140
How to use cminja/whisper-ft-medium-sr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cminja/whisper-ft-medium-sr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("cminja/whisper-ft-medium-sr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("cminja/whisper-ft-medium-sr")Fine-tune of openAI's whisper-medium on the multiple datasets.
datasets:
It achieves the following results on the evaluation set: