aufklarer commited on
Commit
b648ffa
Β·
verified Β·
1 Parent(s): 80df339

card: unified LiteRT model card with soniqo.audio + ecosystem links

Browse files
Files changed (1) hide show
  1. README.md +50 -2
README.md CHANGED
@@ -14,13 +14,29 @@ tags:
14
  - litert
15
  - tflite
16
  - on-device
17
- - android
 
 
18
  base_model: Qwen/Qwen3-ASR-0.6B
19
  library_name: litert
20
  pipeline_tag: automatic-speech-recognition
21
  ---
22
 
23
- # Qwen3-ASR-0.6B Audio Encoder β€” LiteRT (INT8)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  Audio encoder of Qwen3-ASR-0.6B, specialized for Chinese (including 22
26
  Chinese dialects) and 30 additional languages. Exported to LiteRT for
@@ -100,3 +116,35 @@ Upstream: [Qwen/Qwen3-ASR-0.6B](https://huggingface.co/Qwen/Qwen3-ASR-0.6B)
100
  - [speech-android](https://github.com/soniqo/speech-android) β€” Android SDK
101
  - [soniqo.audio](https://soniqo.audio) β€” website
102
  - [blog](https://soniqo.audio/blog) β€” blog
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - litert
15
  - tflite
16
  - on-device
17
+ - soniqo
18
+ - speech-cloud
19
+ - speech-core
20
  base_model: Qwen/Qwen3-ASR-0.6B
21
  library_name: litert
22
  pipeline_tag: automatic-speech-recognition
23
  ---
24
 
25
+ # Qwen3 ASR 0.6B Encoder β€” LiteRT (INT8)
26
+
27
+ Qwen3-ASR audio encoder (zh / yue / en). INT8 weight-only.
28
+
29
+ > Part of the [**soniqo.audio**](https://soniqo.audio) speech toolkit β€”
30
+ > an open, runtime-portable stack for speech AI. This bundle is the
31
+ > **LiteRT** export; served from cloud by
32
+ > [`speech-cloud`](https://github.com/soniqo/speech-cloud) and embeddable
33
+ > on-device through [`speech-core`](https://github.com/soniqo/speech-core).
34
+ > Browse all LiteRT bundles in the
35
+ > [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert).
36
+
37
+ ## Use cases on soniqo.audio
38
+
39
+ - [Multilingual transcription](https://soniqo.audio/transcription/)
40
 
41
  Audio encoder of Qwen3-ASR-0.6B, specialized for Chinese (including 22
42
  Chinese dialects) and 30 additional languages. Exported to LiteRT for
 
116
  - [speech-android](https://github.com/soniqo/speech-android) β€” Android SDK
117
  - [soniqo.audio](https://soniqo.audio) β€” website
118
  - [blog](https://soniqo.audio/blog) β€” blog
119
+
120
+ ## Ecosystem
121
+
122
+ - [**soniqo.audio**](https://soniqo.audio) β€” use-case explorer (transcription, voice cloning, live ASR, voice agents).
123
+ - [**speech-cloud**](https://github.com/soniqo/speech-cloud) β€” C++ cloud API server. Runs LiteRT models behind `/v1/transcribe`, `/v1/realtime`, and (planned) `/v1/audio/speech`.
124
+ - [**speech-core**](https://github.com/soniqo/speech-core) β€” C++ orchestration library for voice agents. Abstract `STTInterface` / `TTSInterface` / `VADInterface` / `EnhancerInterface`; LiteRT implementations plug straight into the interfaces.
125
+ - [**speech-models**](https://github.com/soniqo/speech-models) β€” the exporters that produced this bundle.
126
+ - [**speech-swift**](https://github.com/soniqo/speech-swift) β€” Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
127
+
128
+ ## Other LiteRT models in this collection
129
+
130
+ **ASR / Transcription**
131
+
132
+ - [Parakeet TDT 0.6B v3 β€” LiteRT (INT8)](https://huggingface.co/soniqo/Parakeet-TDT-0.6B-v3-LiteRT-INT8)
133
+ - [Nemotron Speech Streaming 0.6B β€” LiteRT](https://huggingface.co/soniqo/Nemotron-Speech-Streaming-LiteRT)
134
+ - [Omnilingual ASR CTC 300M β€” LiteRT](https://huggingface.co/soniqo/Omnilingual-ASR-CTC-300M-LiteRT)
135
+ - [Omnilingual ASR CTC 300M β€” LiteRT (INT8)](https://huggingface.co/soniqo/Omnilingual-ASR-CTC-300M-LiteRT-INT8)
136
+
137
+ **VAD / Diarization**
138
+
139
+ - [Silero VAD v5 β€” LiteRT](https://huggingface.co/soniqo/Silero-VAD-v5-LiteRT)
140
+ - [Pyannote Segmentation 3.0 β€” LiteRT](https://huggingface.co/soniqo/Pyannote-Segmentation-LiteRT)
141
+ - [WeSpeaker ResNet34-LM β€” LiteRT](https://huggingface.co/soniqo/WeSpeaker-ResNet34-LM-LiteRT)
142
+
143
+ **TTS / Voice Cloning**
144
+
145
+ - [VoxCPM2 β€” LiteRT (INT8)](https://huggingface.co/soniqo/VoxCPM2-LiteRT-INT8)
146
+
147
+ ## License
148
+
149
+ This bundle inherits the upstream model license (**apache-2.0**). See the
150
+ linked `base_model` repository for the full terms.