alexandrainst/ftspeech
Viewer • Updated • 1.02M • 3.12k • 9
How to use JulieHinge/whisper-medium-ftspeech with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="JulieHinge/whisper-medium-ftspeech") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("JulieHinge/whisper-medium-ftspeech")
model = AutoModelForSpeechSeq2Seq.from_pretrained("JulieHinge/whisper-medium-ftspeech")This model is a fine-tuned version of openai/whisper-tiny on the ftspeech 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.9429 | 0.0080 | 500 | 0.9411 | 87.9967 |
| 0.7782 | 0.0161 | 1000 | 0.7891 | 91.5049 |
| 0.7176 | 0.0241 | 1500 | 0.7164 | 89.9351 |
| 0.6545 | 0.0321 | 2000 | 0.6686 | 85.8745 |
| 0.6171 | 0.0402 | 2500 | 0.6395 | 91.9062 |
| 0.5767 | 0.0482 | 3000 | 0.6176 | 94.2052 |
| 0.546 | 0.0562 | 3500 | 0.6006 | 97.1761 |
Base model
openai/whisper-tiny