Downloads · 30 days
568
68% of all-time downloads
OpenASR/redimnet2-b6-cn
redimnet2-b6-cn is a feature extraction model from OpenASR. Use it when you need embeddings to search or compare text. It is set up for openasr. The card lists the license as mit.
Downloads · 30 days
568
68% of all-time downloads
All-time downloads
831
Public
Repo size
132 MB
Likes
0
Public
Click a slice to open those files.
.oasr27.8 MB · 100%
From the Hugging Face model README
ReDimNet2-B6 speaker embedder for OpenASR diarization — 192-d CN-enhanced embeddings, fully on-device
Speaker-diarization support pack for the OpenASR runtime — pure-Rust inference, no Python at inference time.
</div>.oasr packs run with no Python at inference, engineered for peak performance on CPU & GPU# 1. Install the OpenASR CLI · https://openasr.org
# 2. Pull the pack
openasr pull redimnet2-b6-cn:fp16
# 3. Diarize any transcription (works with every OpenASR ASR model)
openasr transcribe meeting.wav --model xasr-zh-en --diarize --format srt
| Quant | File (.oasr) | Size |
|---|---|---|
| fp16 | redimnet2-b6-cn-fp16.oasr | 28 MB |
<sub>Single fp16 build: projection weights ship as fp16; norms/biases and other parity-sensitive tensors stay f32 inside the pack. No extra public quant tiers.</sub>
ReDimNet2-B6 is PalabraAI's 12.5M-parameter speaker-embedding model from the
ReDimNet2 family, trained on a VoxBlink2 + VoxCeleb2 + CN-Celeb2 mix so English and
Chinese speakers share one embedding space. OpenASR packages the MIT-licensed
checkpoint as a local .oasr capability pack and runs it through a ggml graph
(not a pure-Rust hand-written forward). This is the only supported speaker-embedding
stage for diarization and Voice ID: when the pack is missing, diarize/Voice ID
requests fail closed rather than falling back to another embedder. Embeddings are
192-d cosine vectors with a ReDimNet-specific calibration profile.
Converted from PalabraAI/redimnet2 with the OpenASR importer:
openasr model-pack import redimnet2 <src>.safetensors <out>.oasr \
--package-id redimnet2-b6-cn
The .oasr container is GGUF-backed; projection weights are stored as fp16 while
norms/biases and other parity-sensitive tensors remain f32.
This pack inherits the upstream model's license: MIT (source). OpenASR packaging retains the upstream copyright; the only modification is format conversion.
This pack redistributes PalabraAI/redimnet2 checkpoint
b6-vb2+vox2+cnc2_v0-lm.pt in OpenASR's .oasr runtime format. Credit for the
model architecture, training, and original weights belongs to the upstream
PalabraAI / ReDimNet2 authors (paper: ReDimNet2: Scaling Speaker Verification via
Time-Pooled Dimension Reshaping). The upstream model is licensed under MIT;
OpenASR packaging retains that license and attribution, with the only modification
being format conversion for local ggml-graph loading.