divakaivan/glaswegian_audio
Updated โข 38 โข 2
How to use divakaivan/glaswegian-asr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="divakaivan/glaswegian-asr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("divakaivan/glaswegian-asr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("divakaivan/glaswegian-asr")Fine-tuned using this notebook
This model is a fine-tuned version of openai/whisper-small on the Glaswegian audio 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.0084 | 16.3934 | 1000 | 1.2802 | 38.5588 |
| 0.0019 | 32.7869 | 2000 | 1.4141 | 39.0223 |
| 0.0002 | 49.1803 | 3000 | 1.4553 | 40.3287 |
| 0.0001 | 65.5738 | 4000 | 1.4788 | 40.5394 |
Base model
openai/whisper-small