PolyAI/minds14
Viewer • Updated • 16.3k • 9.54k • 105
How to use Gwenn-LR/whisper-tiny with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Gwenn-LR/whisper-tiny") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Gwenn-LR/whisper-tiny")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Gwenn-LR/whisper-tiny")This model is a fine-tuned version of openai/whisper-tiny on the PolyAI/minds14 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 |
|---|---|---|---|---|---|
| 1.7824 | 1.7857 | 50 | 1.0732 | 0.4565 | 0.4565 |
| 0.3528 | 3.5714 | 100 | 0.4932 | 0.3745 | 0.3745 |
| 0.1313 | 5.3571 | 150 | 0.5215 | 0.3430 | 0.3430 |
| 0.035 | 7.1429 | 200 | 0.5468 | 0.3387 | 0.3387 |
| 0.0103 | 8.9286 | 250 | 0.5900 | 0.3103 | 0.3103 |
| 0.0085 | 10.7143 | 300 | 0.6345 | 0.3307 | 0.3307 |
| 0.009 | 12.5 | 350 | 0.6771 | 0.3418 | 0.3418 |
| 0.0137 | 14.2857 | 400 | 0.6456 | 0.3374 | 0.3374 |
| 0.0138 | 16.0714 | 450 | 0.6171 | 0.3294 | 0.3294 |
| 0.0151 | 17.8571 | 500 | 0.7379 | 0.4312 | 0.4312 |
Base model
openai/whisper-tiny