Automatic Speech Recognition
Transformers
Safetensors
Uzbek
whisper
uzbek
speech-to-text
asr
Eval Results (legacy)
Instructions to use Kotib/uzbek_stt_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kotib/uzbek_stt_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Kotib/uzbek_stt_v1")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Kotib/uzbek_stt_v1") model = AutoModelForMultimodalLM.from_pretrained("Kotib/uzbek_stt_v1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,8 @@ model-index:
|
|
| 33 |
|
| 34 |
# Whisper Medium Uzbek v1 by **Kotibai & Rubai Team**
|
| 35 |
|
|
|
|
|
|
|
| 36 |
**Uzbek Automatic Speech Recognition (ASR) model** fine-tuned from Whisper Medium.
|
| 37 |
|
| 38 |
## Model Description
|
|
|
|
| 33 |
|
| 34 |
# Whisper Medium Uzbek v1 by **Kotibai & Rubai Team**
|
| 35 |
|
| 36 |
+
## Developed by **Kotibai & Rubai Team**
|
| 37 |
+
|
| 38 |
**Uzbek Automatic Speech Recognition (ASR) model** fine-tuned from Whisper Medium.
|
| 39 |
|
| 40 |
## Model Description
|