nezamisafa/ASR_fa_v1
Viewer โข Updated โข 29.8k โข 61 โข 4
How to use nezamisafa/whisper-persian-v4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="nezamisafa/whisper-persian-v4") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("nezamisafa/whisper-persian-v4")
model = AutoModelForSpeechSeq2Seq.from_pretrained("nezamisafa/whisper-persian-v4", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v3 on the ASR_fa_v1 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.1501 | 0.5970 | 1000 | 0.1537 | 17.1059 |
| 0.081 | 1.1940 | 2000 | 0.1156 | 12.6248 |
| 0.0766 | 1.7910 | 3000 | 0.0965 | 11.1969 |
| 0.0313 | 2.3881 | 4000 | 0.0877 | 9.3975 |
| 0.0263 | 2.9851 | 5000 | 0.0858 | 8.7300 |