nadsoft/Jordan-Audio
Viewer • Updated • 5.04k • 101 • 2
How to use Ahmed107/distill with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Ahmed107/distill") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Ahmed107/distill")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Ahmed107/distill")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.7394 | 1.76 | 500 | 0.8474 | 56.1657 | 54.1123 |
Base model
distil-whisper/distil-large-v2