PolyAI/minds14
Viewer • Updated • 16.3k • 12.5k • 107
How to use WasuratS/whisper-tiny-en-finetune-minds14 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="WasuratS/whisper-tiny-en-finetune-minds14") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("WasuratS/whisper-tiny-en-finetune-minds14")
model = AutoModelForSpeechSeq2Seq.from_pretrained("WasuratS/whisper-tiny-en-finetune-minds14", device_map="auto")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 |
|---|---|---|---|---|---|
| 0.3136 | 3.57 | 100 | 0.4883 | 0.3640 | 0.3524 |
| 0.0417 | 7.14 | 200 | 0.5146 | 0.3560 | 0.3442 |
| 0.0066 | 10.71 | 300 | 0.5736 | 0.3411 | 0.3353 |
| 0.0017 | 14.29 | 400 | 0.6040 | 0.3455 | 0.3418 |
| 0.0013 | 17.86 | 500 | 0.6226 | 0.3393 | 0.3365 |
| 0.0009 | 21.43 | 600 | 0.6352 | 0.3393 | 0.3365 |
| 0.0007 | 25.0 | 700 | 0.6436 | 0.3399 | 0.3371 |
| 0.0006 | 28.57 | 800 | 0.6492 | 0.3399 | 0.3383 |
| 0.0006 | 32.14 | 900 | 0.6530 | 0.3399 | 0.3383 |
| 0.0006 | 35.71 | 1000 | 0.6541 | 0.3399 | 0.3383 |