aufklarer / VoiceChat-11B-Perception-MLX-int5

huggingface.co
Total runs: 572
24-hour runs: 5
7-day runs: -20
30-day runs: 396
Model's Last Updated: August 07 2026
audio-to-audio

Introduction of VoiceChat-11B-Perception-MLX-int5

Model Details of VoiceChat-11B-Perception-MLX-int5

VoiceChat 11B Perception — MLX 5-bit (output heads 8-bit)

The speech encoder and language backbone of NVIDIA's NemotronLabs VoiceChat 11B, converted to MLX for Apple Silicon.

What this is, and what it is not. This bundle contains the parts that understand speech: the streaming FastConformer encoder, the bridge into the language model, the RNNT transcript head, and the full 9.5 B-parameter Nemotron-H backbone. It does not contain the speech synthesis half — the TTS decoder, the audio codec, and the full-duplex loop are not included, so this cannot hold a spoken conversation on its own. It is a speech understanding front-end plus a language model, not a voice agent.

Model
Parameters included 10.1 B of 11.1 B (all but TTS decoder + codec)
Language backbone Nemotron-H hybrid — 56 layers, 27 Mamba2 / 25 MLP / 4 attention, hidden 4480
Speech encoder Streaming FastConformer — 24 layers, d_model 1024, 8 heads
Quantization 5-bit (output heads 8-bit), affine, group size 64
Format MLX safetensors
Total size 7.51 GB
Audio input 16 kHz mono, 80 ms frames
Context length 131 072 tokens
Attention context 70 frames left, 0 right (streaming)
Files
File Size Description
llm/model.safetensors 6.97 GB Nemotron-H backbone, embeddings, LM head, tool-call head
llm/config.json Architecture, hybrid layer pattern, quantization spec
llm/tokenizer.json 17 MB 131 072-entry tokenizer
encoder/model.safetensors 537 MB FastConformer, modality projection, RNNT decoder + joint
encoder/config.json Encoder geometry and streaming attention context
voicechat_mlx.py Self-contained loader
Performance

Measured against the fp16 bundle these were quantized from, teacher-forced over an identical corpus. Agreement is how often the quantized model picks the same next token as fp16; KL is the divergence of the full next-token distribution (lower is better for both).

Variant Size Top-1 agreement vs fp16 KL (nats)
fp16 reference 20.2 GB
8-bit 10.8 GB 100.00% 0.00018
5-bit (heads at 8-bit) 7.5 GB 92.55% 0.01213

This variant: 92.55% agreement, KL 0.01213.

8-bit reproduces the fp16 model's greedy output token for token. 5-bit diverges on roughly one token in thirteen — acceptable for conversational text, but worth measuring on your own task before relying on it for structured output such as tool-call arguments, where a single divergent token invalidates the result.

Perplexity is deliberately not quoted: on a short corpus, quantization noise can lower it without the model being better, so agreement and KL are the honest measures here.

Usage
import mlx.core as mx
from voicechat_mlx import load_llm, load_perception

# Speech understanding: log-mel -> language-model embedding space
encode = load_perception("encoder")
embeddings, lengths = encode(log_mel)     # (B, T, 128) -> (B, T/8, 4480)

# Language backbone
model, tokenizer = load_llm("llm")
ids = mx.array(tokenizer.encode("The capital of Norway is"))
logits = model(ids[None])
print(tokenizer.decode([int(mx.argmax(logits[0, -1]))]))
pip install mlx mlx-lm parakeet-mlx huggingface_hub
hf download aufklarer/VoiceChat-11B-Perception-MLX-int5 --local-dir ./voicechat
python -c "from voicechat_mlx import load_llm; m, t = load_llm('./voicechat/llm'); print('ok')"

The encoder is a NeMo streaming FastConformer and differs from a stock Conformer in three ways that all fail silently if ignored — no biases on the feed-forward, attention and convolution linears; a LayerNorm in place of the convolution BatchNorm; and causal subsampling that keeps 17 frequency bins rather than 16. voicechat_mlx.py handles all three, so use it rather than constructing the module tree yourself.

Source

Converted from nvidia/NVIDIA-NemotronLabs-VoiceChat-11B . The language backbone derives from nvidia/NVIDIA-Nemotron-Nano-9B-v2 , which also supplies the tokenizer. Licensed under OpenMDW 1.1.

Links

Runs of aufklarer VoiceChat-11B-Perception-MLX-int5 on huggingface.co

572
Total runs
5
24-hour runs
4
3-day runs
-20
7-day runs
396
30-day runs

More Information About VoiceChat-11B-Perception-MLX-int5 huggingface.co Model

More VoiceChat-11B-Perception-MLX-int5 license Visit here:

https://choosealicense.com/licenses/openmdw-1.1

VoiceChat-11B-Perception-MLX-int5 huggingface.co

VoiceChat-11B-Perception-MLX-int5 huggingface.co is an AI model on huggingface.co that provides VoiceChat-11B-Perception-MLX-int5's model effect (), which can be used instantly with this aufklarer VoiceChat-11B-Perception-MLX-int5 model. huggingface.co supports a free trial of the VoiceChat-11B-Perception-MLX-int5 model, and also provides paid use of the VoiceChat-11B-Perception-MLX-int5. Support call VoiceChat-11B-Perception-MLX-int5 model through api, including Node.js, Python, http.

VoiceChat-11B-Perception-MLX-int5 huggingface.co Url

https://huggingface.co/aufklarer/VoiceChat-11B-Perception-MLX-int5

aufklarer VoiceChat-11B-Perception-MLX-int5 online free

VoiceChat-11B-Perception-MLX-int5 huggingface.co is an online trial and call api platform, which integrates VoiceChat-11B-Perception-MLX-int5's modeling effects, including api services, and provides a free online trial of VoiceChat-11B-Perception-MLX-int5, you can try VoiceChat-11B-Perception-MLX-int5 online for free by clicking the link below.

aufklarer VoiceChat-11B-Perception-MLX-int5 online free url in huggingface.co:

https://huggingface.co/aufklarer/VoiceChat-11B-Perception-MLX-int5

VoiceChat-11B-Perception-MLX-int5 install

VoiceChat-11B-Perception-MLX-int5 is an open source model from GitHub that offers a free installation service, and any user can find VoiceChat-11B-Perception-MLX-int5 on GitHub to install. At the same time, huggingface.co provides the effect of VoiceChat-11B-Perception-MLX-int5 install, users can directly use VoiceChat-11B-Perception-MLX-int5 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

VoiceChat-11B-Perception-MLX-int5 install url in huggingface.co:

https://huggingface.co/aufklarer/VoiceChat-11B-Perception-MLX-int5

Url of VoiceChat-11B-Perception-MLX-int5

VoiceChat-11B-Perception-MLX-int5 huggingface.co Url

Provider of VoiceChat-11B-Perception-MLX-int5 huggingface.co

aufklarer
ORGANIZATIONS

Other API from aufklarer

huggingface.co

Total runs: 2.5K
Run Growth: 2.3K
Growth Rate: 94.66%
Updated:September 16 2025
huggingface.co

Total runs: 151
Run Growth: 93
Growth Rate: 61.59%
Updated:October 15 2025