cportoca/Quechua_Spanish_dataset
Viewer • Updated • 14.7k • 96 • 1
How to use cportoca/whisper-small-BPE with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cportoca/whisper-small-BPE") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("cportoca/whisper-small-BPE")
model = AutoModelForSpeechSeq2Seq.from_pretrained("cportoca/whisper-small-BPE")This model is a fine-tuned version of openai/whisper-small on the Quechua_Spanish_dataset 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 |
|---|---|---|---|---|
| 2.6981 | 0.0605 | 50 | 2.3697 | 101.4953 |
Base model
openai/whisper-small