Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Persian
whisper
fa-asr-leaderboard
Generated from Trainer
Eval Results (legacy)
Instructions to use javadr/whisper-tiny-fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use javadr/whisper-tiny-fa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="javadr/whisper-tiny-fa")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("javadr/whisper-tiny-fa") model = AutoModelForMultimodalLM.from_pretrained("javadr/whisper-tiny-fa") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ base_model: openai/whisper-tiny
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
- fa-asr-leaderboard
|
|
|
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
model-index:
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
- fa-asr-leaderboard
|
| 7 |
+
- mozilla-foundation/common_voice_3_0
|
| 8 |
metrics:
|
| 9 |
- wer
|
| 10 |
model-index:
|