google/fleurs
Viewer • Updated • 768k • 70.6k • 413
How to use Malak2003m/whisper-small-arz-en-codeswitching with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Malak2003m/whisper-small-arz-en-codeswitching") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("Malak2003m/whisper-small-arz-en-codeswitching")
model = AutoModelForMultimodalLM.from_pretrained("Malak2003m/whisper-small-arz-en-codeswitching")This model is a fine-tuned version of openai/whisper-small on the FLEURS Egyptian Arabic (ar_eg) dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
openai/whisper-small