moorlee commited on
Commit
188ae2b
·
verified ·
1 Parent(s): 6fc3067

Add 'Srota model family' cross-link table near the top so each card links to all 3 siblings

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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.