Automatic Speech Recognition
LiteRT
LiteRT
qwen
qwen3
chinese
cantonese
on-device
soniqo
speech-cloud
speech-core
Instructions to use soniqo/Qwen3-ASR-0.6B-Encoder-LiteRT-INT8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use soniqo/Qwen3-ASR-0.6B-Encoder-LiteRT-INT8 with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
card: unified LiteRT model card with soniqo.audio + ecosystem links
Browse files
README.md
CHANGED
|
@@ -28,10 +28,9 @@ 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
|
| 32 |
-
> [`speech-
|
| 33 |
-
>
|
| 34 |
-
> Browse all LiteRT bundles in the
|
| 35 |
> [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
|
| 36 |
|
| 37 |
## Use cases on soniqo.audio
|
|
@@ -120,10 +119,9 @@ Upstream: [Qwen/Qwen3-ASR-0.6B](https://huggingface.co/Qwen/Qwen3-ASR-0.6B)
|
|
| 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 |
|
|
|
|
| 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, designed to plug into the abstract interfaces in
|
| 32 |
+
> [`speech-core`](https://github.com/soniqo/speech-core) (C++ voice-agent
|
| 33 |
+
> orchestration library). Browse all LiteRT bundles in the
|
|
|
|
| 34 |
> [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
|
| 35 |
|
| 36 |
## Use cases on soniqo.audio
|
|
|
|
| 119 |
## Ecosystem
|
| 120 |
|
| 121 |
- [**soniqo.audio**](https://soniqo.audio) β use-case explorer (transcription, voice cloning, live ASR, voice agents).
|
|
|
|
| 122 |
- [**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.
|
|
|
|
| 123 |
- [**speech-swift**](https://github.com/soniqo/speech-swift) β Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
|
| 124 |
+
- [**speech-android**](https://github.com/soniqo/speech-android) β Android SDK consuming on-device LiteRT bundles.
|
| 125 |
|
| 126 |
## Other LiteRT models in this collection
|
| 127 |
|