whitefox123/tashkeel
Viewer • Updated • 10.3k • 85 • 3
How to use whitefox123/whisper-small-ar2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="whitefox123/whisper-small-ar2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("whitefox123/whisper-small-ar2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("whitefox123/whisper-small-ar2")This model is a fine-tuned version of openai/whisper-small on the CLARtts 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.1186 | 1.6 | 1000 | 0.1555 | 26.6667 |
| 0.0374 | 3.2 | 2000 | 0.1500 | 24.3964 |
| 0.0222 | 4.8 | 3000 | 0.1638 | 24.3604 |
Base model
openai/whisper-small