Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,19 +8,20 @@ app_file: app.py
|
|
| 8 |
pinned: true
|
| 9 |
license: cc-by-4.0
|
| 10 |
models:
|
| 11 |
-
- Tonykip/
|
| 12 |
short_description: Transcribe spoken Kalenjin (Kipsigis & Nandi)
|
| 13 |
---
|
| 14 |
|
| 15 |
# Kalenjin Speech Recognition 🎙️
|
| 16 |
|
| 17 |
-
Try the
|
| 18 |
-
|
| 19 |
|
| 20 |
-
Powered by [`Tonykip/
|
| 21 |
-
—
|
| 22 |
-
|
| 23 |
|
| 24 |
-
**
|
| 25 |
-
|
| 26 |
-
|
|
|
|
|
|
| 8 |
pinned: true
|
| 9 |
license: cc-by-4.0
|
| 10 |
models:
|
| 11 |
+
- Tonykip/whisper-kalenjin-v3-turbo
|
| 12 |
short_description: Transcribe spoken Kalenjin (Kipsigis & Nandi)
|
| 13 |
---
|
| 14 |
|
| 15 |
# Kalenjin Speech Recognition 🎙️
|
| 16 |
|
| 17 |
+
Try the recommended open ASR model for **Kalenjin** (Kipsigis & Nandi): record a phrase or upload a
|
| 18 |
+
clip and get a transcription.
|
| 19 |
|
| 20 |
+
Powered by [`Tonykip/whisper-kalenjin-v3-turbo`](https://huggingface.co/Tonykip/whisper-kalenjin-v3-turbo)
|
| 21 |
+
— a fine-tune of OpenAI's Whisper-large-v3-turbo. Long clips are transcribed with **chunked decoding +
|
| 22 |
+
anti-repetition controls**, so the model stays stable on long-form speech (no looping).
|
| 23 |
|
| 24 |
+
**Speed:** on free CPU hardware transcription takes a few seconds per clip. For near-instant results,
|
| 25 |
+
switch this Space to a GPU or ZeroGPU runtime in **Settings → Hardware** (the app auto-detects a GPU).
|
| 26 |
+
|
| 27 |
+
_A separate experimental Parakeet fine-tune exists but is not recommended for use._
|