Automatic Speech Recognition
Transformers
ONNX
Safetensors
English
multilingual
whisper
windyword
english
Instructions to use WindyWord/listen-windy-distil-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/listen-windy-distil-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="WindyWord/listen-windy-distil-small")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/listen-windy-distil-small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Refresh README — uniform WindyWord template with WER tier + dialect notes
Browse files
README.md
CHANGED
|
@@ -55,6 +55,6 @@ Part of the [WindyWord.ai](https://windyword.ai) STT fleet. Visit windyword.ai f
|
|
| 55 |
|
| 56 |
## Provenance & License
|
| 57 |
|
| 58 |
-
Weights derived from [distil-whisper/distil-small.en](https://huggingface.co/distil-whisper/distil-small.en) under Apache-2.0 (inherited).
|
| 59 |
|
| 60 |
*Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090, Mt Pleasant SC).*
|
|
|
|
| 55 |
|
| 56 |
## Provenance & License
|
| 57 |
|
| 58 |
+
Weights derived from [distil-whisper/distil-small.en](https://huggingface.co/distil-whisper/distil-small.en) under Apache-2.0 (inherited). Voice tiers are direct redistributions of the upstream community Whisper / distil-whisper variants; no LoRA fine-tuning has been applied to these voice models.
|
| 59 |
|
| 60 |
*Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090, Mt Pleasant SC).*
|