PolyAI/minds14
Viewer • Updated • 16.3k • 10.8k • 105
How to use evertonaleixo/whisper-small-en-US with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="evertonaleixo/whisper-small-en-US") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("evertonaleixo/whisper-small-en-US")
model = AutoModelForSpeechSeq2Seq.from_pretrained("evertonaleixo/whisper-small-en-US", device_map="auto")This model is a fine-tuned version of CordwainerSmith/whisper-tiny-PolyAI-minds14 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.0 | 1.79 | 50 | 0.0000 | 0.0012 | 0.0012 |
Base model
openai/whisper-tiny