naharte/british_english
Viewer • Updated • 2.85k • 77 • 1
How to use sodonne6/whisper-tiny_to_british_accent with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="sodonne6/whisper-tiny_to_british_accent") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("sodonne6/whisper-tiny_to_british_accent")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sodonne6/whisper-tiny_to_british_accent")This model is a fine-tuned version of openai/whisper-tiny on the British English 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.3022 | 0.9901 | 1000 | 0.2789 | 11.7411 |
| 0.1567 | 1.9802 | 2000 | 0.2753 | 11.1465 |
Base model
openai/whisper-tiny