nadsoft/Jordan-Audio
Viewer • Updated • 5.04k • 101 • 2
How to use Ahmed107/distill-ar with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Ahmed107/distill-ar") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Ahmed107/distill-ar")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Ahmed107/distill-ar")This model is a fine-tuned version of distil-whisper/distil-large-v2 on the nadsoft/Jordan-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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.2094 | 7.04 | 2000 | 0.8198 | 48.5575 | 46.3918 |
| 0.0883 | 14.08 | 4000 | 0.9112 | 47.4174 | 44.6048 |
| 0.0662 | 21.13 | 6000 | 0.9644 | 46.8125 | 44.6277 |
| 0.0496 | 28.17 | 8000 | 0.9732 | 47.5105 | 45.2234 |
Base model
distil-whisper/distil-large-v2