Instructions to use WindstormLabs/listen-windy-lingua-fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindstormLabs/listen-windy-lingua-fa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="WindstormLabs/listen-windy-lingua-fa")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindstormLabs/listen-windy-lingua-fa", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 1,520 Bytes
5a3aece | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ---
license: apache-2.0
tags:
- automatic-speech-recognition
- whisper
- windyword
- persian
- fa
library_name: transformers
pipeline_tag: automatic-speech-recognition
language:
- fa
---
# WindyWord.ai STT — Persian (Farsi) Lingua (GPU (safetensors))
**Transcribes Persian (Farsi) speech (Indo-European > Indo-Iranian > Iranian).**
## Quality
- **FLEURS WER:** 26.6% (50-sample audit)
- **CER:** 0.075
- **Tier:** OK ⭐⭐⭐
- **Source:** WindyWord Grand Rounds v2 audit (50-sample FLEURS)
## About this variant
This is the **safetensors** deployment format of our Persian (Farsi) Lingua STT model. Load it via the `safetensors/` subfolder.
Part of the [WindyWord.ai](https://windyword.ai) STT fleet — covering 35+ languages that commercial speech-to-text APIs underserve, with proper dialect / script disclosures where they matter.
## Usage
```python
from transformers import WhisperForConditionalGeneration, WhisperProcessor
processor = WhisperProcessor.from_pretrained("WindyWord/listen-windy-lingua-fa", subfolder="safetensors")
model = WhisperForConditionalGeneration.from_pretrained("WindyWord/listen-windy-lingua-fa", subfolder="safetensors")
```
## Commercial Use
Visit [windyword.ai](https://windyword.ai) for apps and API access.
---
## Provenance & License
Weights derived from upstream community Whisper fine-tunes (see individual model card for exact lineage). Redistributed under Apache-2.0 (inherited).
*Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090, Mt Pleasant SC).*
|