espnet/yodas
Updated • 71.9k • 139
How to use Sagicc/whisper-medium-sr-yodas with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-medium-sr-yodas") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-medium-sr-yodas")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-medium-sr-yodas")This model is a fine-tuned version of openai/whisper-medium on the multiple datasets.
Testing new dataset espnet/yodas
It achieves the following results on the evaluation set: