FBK-MT/Speech-MASSIVE
Viewer • Updated • 97.6k • 5.57k • 49
How to use KevinCRB/whisper-small-es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="KevinCRB/whisper-small-es") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("KevinCRB/whisper-small-es")
model = AutoModelForSpeechSeq2Seq.from_pretrained("KevinCRB/whisper-small-es")This model is a fine-tuned version of openai/whisper-small on the Speech-MASSIVE 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:
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|---|---|---|---|---|---|
| 0.0168 | 3.7037 | 500 | 0.1860 | 9.7856 | 9.7154 |
| 0.0021 | 7.4074 | 1000 | 0.2010 | 9.7478 | 9.6823 |
Base model
openai/whisper-small