PolyAI/minds14
Viewer • Updated • 16.3k • 6.37k • 102
How to use BanUrsus/whisper-tiny-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="BanUrsus/whisper-tiny-en") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("BanUrsus/whisper-tiny-en")
model = AutoModelForSpeechSeq2Seq.from_pretrained("BanUrsus/whisper-tiny-en")This model is a fine-tuned version of openai/whisper-tiny on the 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 |
|---|---|---|---|---|---|
| 0.0005 | 35.71 | 500 | 0.6319 | 0.2684 | 0.2684 |
| 0.0002 | 71.43 | 1000 | 0.6820 | 0.2709 | 0.2709 |
| 0.0001 | 107.14 | 1500 | 0.7092 | 0.2740 | 0.2739 |
| 0.0001 | 142.86 | 2000 | 0.7275 | 0.2854 | 0.2848 |
| 0.0001 | 178.57 | 2500 | 0.7423 | 0.2885 | 0.2878 |
| 0.0 | 214.29 | 3000 | 0.7531 | 0.2898 | 0.2890 |
| 0.0 | 250.0 | 3500 | 0.7604 | 0.2898 | 0.2890 |
| 0.0 | 285.71 | 4000 | 0.7626 | 0.2891 | 0.2884 |
Base model
openai/whisper-tiny