pollitoconpapass/quechua-cuzco-bible-audio-dataset
Viewer • Updated • 159 • 11 • 1
How to use pollitoconpapass/whisper-small-cuzco-quechua with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="pollitoconpapass/whisper-small-cuzco-quechua") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("pollitoconpapass/whisper-small-cuzco-quechua")
model = AutoModelForSpeechSeq2Seq.from_pretrained("pollitoconpapass/whisper-small-cuzco-quechua", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the Quechua Bible 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 |
|---|---|---|---|
| 0.0765 | 12.5 | 500 | 0.0630 |
| 0.0413 | 25.0 | 1000 | 0.0294 |
| 0.0173 | 37.5 | 1500 | 0.0191 |
| 0.0161 | 50.0 | 2000 | 0.0116 |
| 0.0078 | 62.5 | 2500 | 0.0046 |
| 0.0071 | 75.0 | 3000 | 0.0039 |
| 0.0019 | 87.5 | 3500 | 0.0015 |
| 0.001 | 100.0 | 4000 | 0.0002 |
| 0.0007 | 112.5 | 4500 | 0.0002 |
| 0.0 | 125.0 | 5000 | 0.0002 |
Base model
openai/whisper-small