alexandrainst/ftspeech
Viewer • Updated • 1.02M • 3.73k • 9
How to use JulieHinge/whisper-small-ftspeech with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="JulieHinge/whisper-small-ftspeech") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("JulieHinge/whisper-small-ftspeech")
model = AutoModelForSpeechSeq2Seq.from_pretrained("JulieHinge/whisper-small-ftspeech")This model is a fine-tuned version of openai/whisper-large 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.4214 | 0.0080 | 500 | 0.4317 | 26.8590 |
| 0.3568 | 0.0161 | 1000 | 0.3763 | 24.5151 |
| 0.3443 | 0.0241 | 1500 | 0.3443 | 23.0618 |
| 0.3218 | 0.0321 | 2000 | 0.3275 | 22.0048 |
| 0.2851 | 0.0402 | 2500 | 0.3139 | 21.2409 |
| 0.2638 | 0.0482 | 3000 | 0.3021 | 20.4187 |
| 0.2515 | 0.0562 | 3500 | 0.2943 | 20.2420 |
| 0.2692 | 0.0643 | 4000 | 0.2864 | 19.9020 |
| 0.2503 | 0.0723 | 4500 | 0.2806 | 19.6671 |
| 0.2396 | 0.0803 | 5000 | 0.2781 | 19.4638 |
Base model
openai/whisper-large