cportoca/Quechua_dataset
Viewer • Updated • 13.1k • 17 • 1
How to use cportoca/whisper-small-qve-es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cportoca/whisper-small-qve-es") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("cportoca/whisper-small-qve-es")
model = AutoModelForSpeechSeq2Seq.from_pretrained("cportoca/whisper-small-qve-es", device_map="auto")This model is a fine-tuned version of openai/whisper-large 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.2791 | 1.3550 | 1000 | 0.3439 | 32.1619 |
| 0.137 | 2.7100 | 2000 | 0.2366 | 26.9532 |
| 0.0305 | 4.0650 | 3000 | 0.2266 | 21.3367 |
| 0.0142 | 5.4201 | 4000 | 0.2322 | 18.5441 |
| 0.0048 | 6.7751 | 5000 | 0.2285 | 18.4500 |
| 0.0014 | 8.1301 | 6000 | 0.2378 | 18.1362 |
| 0.0007 | 9.4851 | 7000 | 0.2394 | 17.6969 |
| 0.0004 | 10.8401 | 8000 | 0.2409 | 17.7910 |
Base model
openai/whisper-large