Instructions to use OpenASR/redimnet2-b6-cn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenASR
How to use OpenASR/redimnet2-b6-cn with OpenASR:
# Install the openasr CLI: https://github.com/QuintinShaw/openasr/releases openasr pull redimnet2-b6-cn openasr transcribe audio.wav --model redimnet2-b6-cn
- Notebooks
- Google Colab
- Kaggle
docs: align card with sole ReDimNet2 embedder wording
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ pure-Rust inference, **no Python at inference time**.
|
|
| 29 |
|
| 30 |
## β¨ Highlights
|
| 31 |
|
| 32 |
-
- π£οΈ **OpenASR speaker embedder** β
|
| 33 |
- 𧬠**192-dim ReDimNet2-B6** β PalabraAI's dimension-reshaping speaker net (12.5M params) with a Chinese-enhanced vb2+vox2+cnc2 training mix
|
| 34 |
- π **Diarization, not identification** β anonymous session-relative labels; embeddings stay local and are discarded after the request unless you explicitly enroll a local profile
|
| 35 |
- π― **Parity-gated packaging** β ggml-graph forward pass matches the upstream Python reference at cosine β₯ 0.9999 on held-out fixtures
|
|
@@ -61,8 +61,9 @@ ReDimNet2-B6 is PalabraAI's 12.5M-parameter speaker-embedding model from the
|
|
| 61 |
ReDimNet2 family, trained on a VoxBlink2 + VoxCeleb2 + CN-Celeb2 mix so English and
|
| 62 |
Chinese speakers share one embedding space. OpenASR packages the MIT-licensed
|
| 63 |
checkpoint as a local `.oasr` capability pack and runs it through a ggml graph
|
| 64 |
-
(not a pure-Rust hand-written forward). This is the
|
| 65 |
-
|
|
|
|
| 66 |
192-d cosine vectors with a ReDimNet-specific calibration profile.
|
| 67 |
|
| 68 |
## βοΈ How this pack was made
|
|
|
|
| 29 |
|
| 30 |
## β¨ Highlights
|
| 31 |
|
| 32 |
+
- π£οΈ **OpenASR speaker embedder** β the only supported speaker-embedding pack for diarization and Voice ID; required for anonymous speaker labels on any ASR family
|
| 33 |
- 𧬠**192-dim ReDimNet2-B6** β PalabraAI's dimension-reshaping speaker net (12.5M params) with a Chinese-enhanced vb2+vox2+cnc2 training mix
|
| 34 |
- π **Diarization, not identification** β anonymous session-relative labels; embeddings stay local and are discarded after the request unless you explicitly enroll a local profile
|
| 35 |
- π― **Parity-gated packaging** β ggml-graph forward pass matches the upstream Python reference at cosine β₯ 0.9999 on held-out fixtures
|
|
|
|
| 61 |
ReDimNet2 family, trained on a VoxBlink2 + VoxCeleb2 + CN-Celeb2 mix so English and
|
| 62 |
Chinese speakers share one embedding space. OpenASR packages the MIT-licensed
|
| 63 |
checkpoint as a local `.oasr` capability pack and runs it through a ggml graph
|
| 64 |
+
(not a pure-Rust hand-written forward). This is the only supported speaker-embedding
|
| 65 |
+
stage for diarization and Voice ID: when the pack is missing, diarize/Voice ID
|
| 66 |
+
requests fail closed rather than falling back to another embedder. Embeddings are
|
| 67 |
192-d cosine vectors with a ReDimNet-specific calibration profile.
|
| 68 |
|
| 69 |
## βοΈ How this pack was made
|