speechcolab/gigaspeech
Viewer • Updated • 11.9M • 16.9k • 158
How to use futureProofGlitch/whisper-small-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="futureProofGlitch/whisper-small-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("futureProofGlitch/whisper-small-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("futureProofGlitch/whisper-small-v2")This model is a fine-tuned version of futureProofGlitch/whisper-small on the Gigaspeech 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.2267 | 0.5 | 500 | 0.3309 | 29.5720 | 18.0966 |
| 0.2035 | 0.99 | 1000 | 0.3078 | 28.4362 | 16.4524 |