PolyAI/minds14
Viewer • Updated • 16.3k • 9.25k • 105
How to use kurianbenoy/hfa-poly_english_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="kurianbenoy/hfa-poly_english_small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("kurianbenoy/hfa-poly_english_small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("kurianbenoy/hfa-poly_english_small")This model is a fine-tuned version of openai/whisper-tiny on the PolyAI/minds14 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed