aufklarer commited on
Commit
5aca70c
Β·
verified Β·
1 Parent(s): d6130b9

model card: add ecosystem + cross-format + docs links

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -47,3 +47,21 @@ Assets to drive them: `tts.json`, `unicode_indexer.json` (G2P-free tokenizer), `
47
  - **Weights**: derivative of [`Supertone/supertonic-3`](https://huggingface.co/Supertone/supertonic-3)
48
  (commit `3cadd1ee6394adea1bd021217a0e650ede09a323`), Supertone Inc., [arXiv:2503.23108](https://arxiv.org/abs/2503.23108) β€” **OpenRAIL-M**
49
  (use-based restrictions carry over).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  - **Weights**: derivative of [`Supertone/supertonic-3`](https://huggingface.co/Supertone/supertonic-3)
48
  (commit `3cadd1ee6394adea1bd021217a0e650ede09a323`), Supertone Inc., [arXiv:2503.23108](https://arxiv.org/abs/2503.23108) β€” **OpenRAIL-M**
49
  (use-based restrictions carry over).
50
+
51
+ ## Other Supertonic-3 formats
52
+
53
+ - [**Supertonic-3 β€” ONNX (INT8)**](https://huggingface.co/soniqo/Supertonic-3-ONNX-INT8) β€” server / desktop (ONNX Runtime).
54
+ - [**Supertonic-3 β€” CoreML**](https://huggingface.co/aufklarer/Supertonic-3-CoreML) β€” iOS / Apple Neural Engine (.mlpackage).
55
+
56
+ ## Ecosystem
57
+
58
+ - [**soniqo.audio**](https://soniqo.audio) β€” website / use-case explorer (transcription, voice cloning, live ASR, voice agents).
59
+ - [**speech-core**](https://github.com/soniqo/speech-core) β€” C++ orchestration library; Supertonic plugs in as a `TTSInterface` LiteRT model.
60
+ - [**speech-swift**](https://github.com/soniqo/speech-swift) β€” Apple Silicon MLX + CoreML runtime.
61
+ - [**speech-android**](https://github.com/soniqo/speech-android) β€” Android SDK consuming on-device LiteRT bundles.
62
+
63
+ ## Other LiteRT models in this collection
64
+
65
+ - [VoxCPM2 β€” LiteRT (INT8)](https://huggingface.co/soniqo/VoxCPM2-LiteRT-INT8) (TTS)
66
+ - [Parakeet TDT 0.6B v3 β€” LiteRT (INT8)](https://huggingface.co/soniqo/Parakeet-TDT-0.6B-v3-LiteRT-INT8) Β· [Nemotron Speech Streaming β€” LiteRT](https://huggingface.co/soniqo/Nemotron-Speech-Streaming-LiteRT) (ASR)
67
+ - [Silero VAD v5 β€” LiteRT](https://huggingface.co/soniqo/Silero-VAD-v5-LiteRT) (VAD)