Instructions to use WindyWord/listen-windy-lingua-es-ct2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/listen-windy-lingua-es-ct2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="WindyWord/listen-windy-lingua-es-ct2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/listen-windy-lingua-es-ct2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
WindyWord.ai STT โ Spanish Lingua (CPU INT8 (CTranslate2))
Transcribes Spanish speech (Indo-European > Italic > Romance).
Quality
- WER: unverified by WindyWord harness yet. Imported from upstream community fine-tune.
About this variant
This is the ct2-int8 deployment format of our Spanish Lingua STT model. Load it via the ct2-int8/ subfolder.
Part of the WindyWord.ai STT fleet โ covering 35+ languages that commercial speech-to-text APIs underserve, with proper dialect / script disclosures where they matter.
Usage
from transformers import WhisperForConditionalGeneration, WhisperProcessor
processor = WhisperProcessor.from_pretrained("WindyWord/listen-windy-lingua-es-ct2", subfolder="ct2-int8")
model = WhisperForConditionalGeneration.from_pretrained("WindyWord/listen-windy-lingua-es-ct2", subfolder="ct2-int8")
Commercial Use
Visit 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).