openslr/librispeech_asr
Viewer • Updated • 585k • 103k • 228
How to use Gracekkk/whisper-tiny with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Gracekkk/whisper-tiny") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("Gracekkk/whisper-tiny")
model = AutoModelForMultimodalLM.from_pretrained("Gracekkk/whisper-tiny")This model is a fine-tuned version of openai/whisper-tiny on the LibriSpeech Clean 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 |
|---|---|---|---|---|
| 1.0289 | 0.0561 | 100 | 1.0786 | 98.6153 |
Base model
openai/whisper-tiny