cstr / vibevoice-asr-bitnet-GGUF

huggingface.co
Total runs: 2.8K
24-hour runs: 55
7-day runs: 607
30-day runs: 299
Model's Last Updated: August 02 2026
automatic-speech-recognition

Introduction of vibevoice-asr-bitnet-GGUF

Model Details of vibevoice-asr-bitnet-GGUF

VibeVoice-ASR-BitNet GGUF

GGUF conversion of microsoft/VibeVoice-ASR-BitNet for use with CrispASR .

Model Details
Property Value
Base model microsoft/VibeVoice-ASR-BitNet (1.5B params)
Architecture Dual VAE encoder + Qwen2 LM decoder
LM 28 layers, 1536 hidden, 12 heads, 2 KV heads
VAE ConvNeXt-style 1D CNN, stride 3200, acoustic (64d) + semantic (128d)
Input 24 kHz mono PCM
Languages English, Chinese, French, Italian, Korean, Portuguese, Vietnamese
License MIT
Quantization

The LM projection weights are BitNet-trained (ternary {-1, 0, 1}) and stored using ggml's native TQ2_0 format (2.06 bpw). VAE encoder weights use Q8_0 (8-bit). Embedding stays F16. No custom kernels needed; standard ggml mul_mat handles all types transparently.

Component Quant Size
LM projections (q/k/v/o/gate/up/down) TQ2_0 (2-bit ternary) 338 MB
VAE encoders (acoustic + semantic) Q8_0 (8-bit) ~700 MB
LM embedding (tok_emb) F16 467 MB
Norms / biases F32 ~11 MB
lm_head tied to tok_emb (not stored) 0 MB
Total 1.62 GB
Usage
CLI
# Auto-download and transcribe
crispasr -m auto --backend vibevoice-bitnet -f audio.wav

# Or with local file
crispasr -m vibevoice-asr-bitnet-tq2.gguf --backend vibevoice -f audio.wav
C API
#include "vibevoice.h"

vibevoice_context_params params = vibevoice_context_default_params();
params.n_threads = 4;
vibevoice_context *ctx = vibevoice_init_from_file("vibevoice-asr-bitnet-tq2.gguf", params);
char *text = vibevoice_transcribe(ctx, samples_24khz, n_samples);
printf("%s\n", text);
free(text);
vibevoice_free(ctx);
Python
import crispasr
s = crispasr.Session("vibevoice-asr-bitnet-tq2.gguf", backend="vibevoice")
result = s.transcribe("audio.wav")
print(result["text"])
Conversion

Converted from the original safetensors using:

python models/convert-vibevoice-bitnet-to-gguf.py \
    --input microsoft/VibeVoice-ASR-BitNet \
    --output vibevoice-asr-bitnet-tq2.gguf

The converter applies Microsoft's ternary quantization ( s = 1/mean(|w|) , round to {-1, 0, 1}) to LM projection weights, then packs them into ggml's TQ2_0 format.

Acknowledgements

Runs of cstr vibevoice-asr-bitnet-GGUF on huggingface.co

2.8K
Total runs
55
24-hour runs
111
3-day runs
607
7-day runs
299
30-day runs

More Information About vibevoice-asr-bitnet-GGUF huggingface.co Model

More vibevoice-asr-bitnet-GGUF license Visit here:

https://choosealicense.com/licenses/mit

vibevoice-asr-bitnet-GGUF huggingface.co

vibevoice-asr-bitnet-GGUF huggingface.co is an AI model on huggingface.co that provides vibevoice-asr-bitnet-GGUF's model effect (), which can be used instantly with this cstr vibevoice-asr-bitnet-GGUF model. huggingface.co supports a free trial of the vibevoice-asr-bitnet-GGUF model, and also provides paid use of the vibevoice-asr-bitnet-GGUF. Support call vibevoice-asr-bitnet-GGUF model through api, including Node.js, Python, http.

vibevoice-asr-bitnet-GGUF huggingface.co Url

https://huggingface.co/cstr/vibevoice-asr-bitnet-GGUF

cstr vibevoice-asr-bitnet-GGUF online free

vibevoice-asr-bitnet-GGUF huggingface.co is an online trial and call api platform, which integrates vibevoice-asr-bitnet-GGUF's modeling effects, including api services, and provides a free online trial of vibevoice-asr-bitnet-GGUF, you can try vibevoice-asr-bitnet-GGUF online for free by clicking the link below.

cstr vibevoice-asr-bitnet-GGUF online free url in huggingface.co:

https://huggingface.co/cstr/vibevoice-asr-bitnet-GGUF

vibevoice-asr-bitnet-GGUF install

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

vibevoice-asr-bitnet-GGUF install url in huggingface.co:

https://huggingface.co/cstr/vibevoice-asr-bitnet-GGUF

Url of vibevoice-asr-bitnet-GGUF

vibevoice-asr-bitnet-GGUF huggingface.co Url

Provider of vibevoice-asr-bitnet-GGUF huggingface.co

cstr
ORGANIZATIONS

Other API from cstr

huggingface.co

Total runs: 5.4K
Run Growth: 1.8K
Growth Rate: 33.08%
Updated:August 14 2026
huggingface.co

Total runs: 3.1K
Run Growth: 1.4K
Growth Rate: 45.05%
Updated:August 02 2026
huggingface.co

Total runs: 2.8K
Run Growth: 412
Growth Rate: 14.56%
Updated:August 02 2026
huggingface.co

Total runs: 2.6K
Run Growth: 703
Growth Rate: 27.32%
Updated:August 02 2026
huggingface.co

Total runs: 2.4K
Run Growth: 1.2K
Growth Rate: 47.74%
Updated:August 31 2026
huggingface.co

Total runs: 2.3K
Run Growth: 21
Growth Rate: 0.92%
Updated:August 02 2026
huggingface.co

Total runs: 2.0K
Run Growth: 262
Growth Rate: 13.13%
Updated:August 02 2026
huggingface.co

Total runs: 1.7K
Run Growth: 174
Growth Rate: 10.09%
Updated:August 03 2026
huggingface.co

Total runs: 1.4K
Run Growth: -2.6K
Growth Rate: -180.34%
Updated:August 02 2026
huggingface.co

Total runs: 1.1K
Run Growth: 130
Growth Rate: 12.14%
Updated:July 21 2026
huggingface.co

Total runs: 1.1K
Run Growth: 451
Growth Rate: 42.83%
Updated:August 02 2026
huggingface.co

Total runs: 1.1K
Run Growth: -1.8K
Growth Rate: -175.17%
Updated:August 02 2026
huggingface.co

Total runs: 1.0K
Run Growth: -160
Growth Rate: -15.43%
Updated:August 02 2026
huggingface.co

Total runs: 1.0K
Run Growth: 291
Growth Rate: 28.84%
Updated:August 02 2026
huggingface.co

Total runs: 905
Run Growth: 62
Growth Rate: 6.85%
Updated:August 02 2026
huggingface.co

Total runs: 871
Run Growth: 212
Growth Rate: 24.34%
Updated:August 02 2026