cportoca/Quechua_dataset
Viewer • Updated • 13.1k • 135 • 1
How to use cportoca/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cportoca/whisper-small-hi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("cportoca/whisper-small-hi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("cportoca/whisper-small-hi")This model is a fine-tuned version of openai/whisper-small on the Quechua_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 |
|---|---|---|---|---|
| 0.2739 | 1.3550 | 1000 | 0.3388 | 31.3461 |
| 0.1322 | 2.7100 | 2000 | 0.2377 | 25.1961 |
| 0.0275 | 4.0650 | 3000 | 0.2216 | 20.6464 |
| 0.0127 | 5.4201 | 4000 | 0.2232 | 19.7678 |
Base model
openai/whisper-small