Ibrhm-S/arabic-speech-to-text
Viewer • Updated • 24 • 15 • 1
How to use Ibrhm-S/arabic-speech-result with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Ibrhm-S/arabic-speech-result") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Ibrhm-S/arabic-speech-result")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Ibrhm-S/arabic-speech-result")This model is a fine-tuned version of Ibrhm-S/arabic-speech-to-text on the arabic-speech-to-text 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.0002 | 333.3333 | 1000 | 2.1972 | 94.9886 |
| 0.0001 | 666.6667 | 2000 | 2.7759 | 95.8998 |
| 0.0 | 1000.0 | 3000 | 3.0540 | 95.8998 |
| 0.0 | 1333.3333 | 4000 | 3.1640 | 96.5831 |