Automatic Speech Recognition
Transformers
Safetensors
Hindi
English
qwen3_asr
text-generation
code-switching
hinglish
hindi
speech
qwen3-asr
srota
asr
english
indic
indian-languages
Eval Results (legacy)
Instructions to use moorlee/qwen3-asr-0.6b-hinglish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moorlee/qwen3-asr-0.6b-hinglish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="moorlee/qwen3-asr-0.6b-hinglish")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("moorlee/qwen3-asr-0.6b-hinglish", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add 'Srota model family' cross-link table near the top so each card links to all 3 siblings
Browse files
README.md
CHANGED
|
@@ -74,6 +74,16 @@ model-index:
|
|
| 74 |
|
| 75 |
</div>
|
| 76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
## ℹ️ What is Srota?
|
| 78 |
|
| 79 |
Srota is an automatic speech recognition (ASR) model for **Hinglish** (Hindi-English code-switched speech) that transcribes into natural **mixed Devanagari + Latin** script. It is a **full-parameter fine-tune of [Qwen/Qwen3-ASR-0.6B](https://huggingface.co/Qwen/Qwen3-ASR-0.6B)**, trained on the union of conversational and technical-tutorial Hinglish speech. It improves over the base model on both domains at once: **−8.88 pp** word error rate (WER) on conversational speech and **−15.60 pp** on tutorial speech.
|
|
|
|
| 74 |
|
| 75 |
</div>
|
| 76 |
|
| 77 |
+
## 🧬 Srota model family
|
| 78 |
+
|
| 79 |
+
| Variant | Best for | Specialty |
|
| 80 |
+
|---|---|---|
|
| 81 |
+
| **[Srota](https://huggingface.co/moorlee/qwen3-asr-0.6b-hinglish)** (union) | General Hinglish (recommended default) | conversational + tutorial |
|
| 82 |
+
| **[Srota-Conv](https://huggingface.co/moorlee/qwen3-asr-0.6b-hinglish-hiacc-v1)** | Conversational Hinglish only | HiACC specialist |
|
| 83 |
+
| **[Srota-Tutorial](https://huggingface.co/moorlee/qwen3-asr-0.6b-hinglish-openslr104-v2)** | Technical tutorial speech only | OpenSLR-104 specialist |
|
| 84 |
+
|
| 85 |
+
*You are viewing **Srota** (the union model, recommended for general use).*
|
| 86 |
+
|
| 87 |
## ℹ️ What is Srota?
|
| 88 |
|
| 89 |
Srota is an automatic speech recognition (ASR) model for **Hinglish** (Hindi-English code-switched speech) that transcribes into natural **mixed Devanagari + Latin** script. It is a **full-parameter fine-tune of [Qwen/Qwen3-ASR-0.6B](https://huggingface.co/Qwen/Qwen3-ASR-0.6B)**, trained on the union of conversational and technical-tutorial Hinglish speech. It improves over the base model on both domains at once: **−8.88 pp** word error rate (WER) on conversational speech and **−15.60 pp** on tutorial speech.
|