google/fleurs
Viewer • Updated • 768k • 78.5k • 421
How to use Shiry/whisper-large-v2-he with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Shiry/whisper-large-v2-he") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Shiry/whisper-large-v2-he")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Shiry/whisper-large-v2-he")This model is a fine-tuned version of openai/whisper-large-v2 on the google/fleurs he_il dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: