AI SeedbankHelp preserve open and free AI for humanity's future

← All models

bosonai_higgs-audio-v2-tokenizer

bosonai · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: other library_name: transformers

Higgs Audio Tokenizer

Check our open-source repository https://github.com/boson-ai/higgs-audio for more details!

We introduce a new discretized audio tokenizer that runs at just 25 frames per second while keeping—or even improving—audio quality compared to tokenizers with twice the bitrate. Our model is the first to train on 24 kHz data covering speech, music, and sound events in one unified system. It also uses a simple non-diffusion encoder/decoder for fast, batch inference.

Usage

Transformers 🤗

Higgs Audio V2 Tokenizer is supported natively in transformers: see the doc.

uv pip install "transformers>=5.3.0"

Basics of Audio Quantization

An audio signal sampled at \(f_s\) Hz is first split into frames by an encoder with hop size \(M\), giving a frame rate \(f_r = \frac{f_s}{M}\quad\text{(frames/s)}.\) Two common quantizers are:

  • Residual Vector Quantization (RVQ): \(N_q\) cascaded vector‑quantizer layers, each with codebook size \(N_{cb}\). When \(N_{q}=1\), it degenerates to ordinary vector quantization.
  • Finite Scalar Quantization (FSQ): A single-layer scalar quantizer in which every scalar coefficient is independently mapped to one of \(N_{cb}\) discrete levels.

If every combination of codewords is a token, the vocabulary size is \(N_{cb}^{N_q}\), and each token needs \(N_q\log_2 N_{cb}\) bits. The overall bitrate (bits/s, BPS) is simply \(f_r \times N_q \log_2 N_{cb}\).
We aim to push this bitrate as low as possible without hurting audio fidelity.

What Makes Ours Better

  • Low Frame Rate: Runs at just 25 fps, halving the frame rate of many baselines while preserving high audio quality.
  • Unified 24 kHz Training: A single model jointly trained on speech, music, and sound‑event data, capturing both semantic and acoustic nuances and greatly simplifying downstream audio‑language‑model training.
  • Fast Inference: A non‑diffusion encoder/decoder that processes batches quickly, making it practical for real-time or large-scale tasks.

Evaluation Data and Metrics

We test on four subsets:

  • Speech, Music and Sound Event: Include 1,000 clips per category, with each clip lasting 10 seconds. Clips are randomly sampled from DAPS (Speech), MUSDB (Music), and AudioSet (Sound Event).

  • Audiophile: Contains 150 clips, each 30 seconds long, curated from eleven high-fidelity test discs that were designed for perceptual listening tests. The clips feature both high-quality music and sound events.

We measure:

  • Acoustic Quality: Acoustic reconstruction error between the original and reconstructed audio.
  • Semantic Integrity: Degree of semantic preservation, evaluated on the English and Chinese subsets of SeedTTS[15].
  • Aesthetics: SOTA unified model-based quality metrics computed with Meta Audiobox Aesthetics[8].

We compare our tokenizer with a wide range of baselines, from tokenizers mainly built for better acoustic reconstruction and compression rate, to those focused on semantic integrity, and to tokenizers used in existing large audio language models. We also compare with tokenizers that are pretrained specifically on speech or on music.

The tables below summarize the tokenizers evaluated. As shown, our tokenizer achieves a well-rounded balance of efficiency, semantic fidelity, and acoustic quality.

Acoustic Evaluation

This table reports the Short‑Time Fourier Transform (STFT) distance between the original and reconstructed audio. Baselines are listed chronologically and grouped by whether semantic distillation (SD) is applied. Despite DAC’s top acoustic quality at 12× the bitrate, our tokenizer leads all other baselines.

Tokenizer 💬 🎵 🥁 SD \(f_s\) \(f_r\) BPS* (k) ↓ Speech ↓ Sound Event ↓ Music ↓ Audiophile ↓
Encodec[3] 24 75 24 1.96 2.65 2.52 2.30
DAC[2] 24 75 24 1.13 1.45 1.34 1.62
SNAC-24k[6] 24 (12, 23, 47) 0.98 1.92 2.69 2.54 2.52
SNAC-44k[6] 44.1 (14, 29, 57, 115) 2.6 1.83 2.25 2.05 2.00
WavTokenizer[7] 24 75 0.9 1.93 2.44 2.17 2.15
WavTokenizer (Speech)[7] 24 75 0.9 1.78 2.47 2.42 2.47
MuCodec[11] 48 25 0.35 2.87 3.69 3.36 2.97
FlowDec-75m[12] 48 75 7.5 1.73 2.14 2.01 2.03
FlowDec-25s[12] 48 25 4 1.94 2.42 2.25 2.33
SpeechTokenizer[14] 16 50 4 3.21 3.58 3.65 3.69
SemantiCodec[5] 16 100 1.35 3.05 3.28 3.24 3.18
Mimi[13] 24 12.5 4.4 1.77 2.40 2.30 2.15
XCodec[1] 16 50 4 2.95 3.16 3.00 3.03
CosyVoice 2[13] 16 25 -** 2.30 3.30 3.14 3.25
XCodec2[9] 16 50 0.8 3.06 3.72 3.62 3.64
XY[10] 24 12.5 1 1.89 2.51 2.40 2.26
Ours 24 25 2 1.62 2.03 1.85 1.80

* Bits-per-second is calculated according to the checkpoint the author provided.

** CosyVoice 2 uses the continuous feature as the conditioning; we include it for completeness.

Semantic Evaluation

SeedTTS is a dataset that includes prompt/target audio and texts. We reconstruct the target audio, and use the word error rate (WER) and speaker similarity (SIM) metrics to evaluate the semantic integrity. SIM is calculated by the similarity between the prompt audio and reconstructed target audio with WavLM-large as the embedding model.

The following table compares our tokenizer with semantic-distillation-trained baselines and shows that it delivers performance comparable to tokenizers operating at 2.2× our model’s bitrate.

Model BPS (k) en WER ↓ en SIM ↑ zh WER ↓ zh SIM ↑
SpeechTokenizer 4 2.82 0.63 2.04 0.65
SemantiCodec 1.35 3.46 0.56 2.18 0.60
Mimi 4.4 2.35 0.70 1.48 0.72
XCodec 4.0 2.68 0.63 1.66 0.66
CosyVoice 2 - 3.17 0.65 2.11 0.70
XCodec2 0.8 2.74 0.62 1.91 0.67
XY-MOSS-TTSD 1.0 2.72 0.61 1.58 0.67
Ours 2.0 2.52 0.67 1.48 0.71

Audiobox Aesthetics Evaluation

This model-based evaluation[8] further demonstrates the superiority of our tokenizer. CU denotes the Content Usefulness and CE denotes the Content Enjoyment; both are rated on a 1-10 scale. Notably, our tokenizer performs best on the Audiophile set, demonstrating a clear advantage when the original audio quality is high.

Model BPS (k) Music CE ↑ Music CU ↑ Sound Event CE ↑ Sound Event CU ↑ Speech CE ↑ Speech CU ↑ Audiophile CE ↑ Audiophile CU ↑
Origin - 6.20 7.10 4.47 5.64 5.03 4.87 7.17 7.65
SpeechTokenizer 4.0 3.55 5.22 3.03 4.50 4.68 4.58 3.59 5.07
SemantiCodec 1.35 6.01 6.83 4.22 5.30 4.28 4.12 6.97 7.43
Mimi 4.4 6.01 6.83 4.26 5.35 4.87 4.72 6.80 7.29
XCodec 4.0 6.30 7.10 4.43 5.45 4.96 4.79 7.06 7.49
CosyVoice 2 - 5.21 6.14 4.08 4.73 4.91 4.75 5.97 6.56
XCodec2 0.8 4.38 5.66 3.43 4.63 4.93 4.78 4.56 5.46
XY-MOSS-TTSD 1.0 5.77 6.80 4.23 5.34 4.88 4.72 6.95 7.48
Ours 2.0 6.35 7.15 4.47 5.51 4.90 4.70 7.21 7.66

Note that since some tokenizers are trained on 16 kHz data, we upsample their audio outputs to 24 kHz before computing metrics. Different upsampling methods may cause slight variations (e.g., 4.36 vs. 4.43 for XCodec Sound Event CE). We report the best results we could obtain and highlight any results within 0.05 of the best one.

Reference

[1] Ye, Zhen, et al. "Codec does matter: Exploring the semantic shortcoming of codec for audio language model." Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 39. No. 24. 2025.

[2] Kumar, Rithesh, et al. "High-fidelity audio compression with improved rvqgan." Advances in Neural Information Processing Systems 36 (2023): 27980-27993.

[3] Défossez, Alexandre, et al. "High fidelity neural audio compression." arXiv preprint arXiv:2210.13438 (2022).

[4] Défossez, Alexandre, et al. "Moshi: a speech-text foundation model for real-time dialogue." arXiv preprint arXiv:2410.00037 (2024).

[5] Liu, Haohe, et al. "Semanticodec: An ultra low bitrate semantic audio codec for general sound." IEEE Journal of Selected Topics in Signal Processing (2024).

[6] Siuzdak, Hubert, Florian Grötschla, and Luca A. Lanzendörfer. "Snac: Multi-scale neural audio codec." arXiv preprint arXiv:2410.14411 (2024).

[7] Ji, Shengpeng, et al. "Wavtokenizer: an efficient acoustic discrete codec tokenizer for audio language modeling." arXiv preprint arXiv:2408.16532 (2024).

[8] Tjandra, Andros, et al. "Meta audiobox aesthetics: Unified automatic quality assessment for speech, music, and sound." arXiv preprint arXiv:2502.05139 (2025).

[9] Ye, Zhen, et al. "Llasa: Scaling Train-Time and Inference-Time Compute for Llama-based Speech Synthesis." arXiv preprint arXiv:2502.04128 (2025).

[10] Gong, Yitian, et al. "XY-Tokenizer: Mitigating the Semantic-Acoustic Conflict in Low-Bitrate Speech Codecs." arXiv preprint arXiv:2506.23325 (2025).

[11] Xu, Yaoxun, et al. "MuCodec: Ultra Low-Bitrate Music Codec." arXiv preprint arXiv:2409.13216 (2024).

[12] Welker, Simon, et al. "FlowDec: A flow-based full-band general audio codec with high perceptual quality." arXiv preprint arXiv:2503.01485 (2025).

[13] Du, Zhihao, et al. "Cosyvoice 2: Scalable streaming speech synthesis with large language models." arXiv preprint arXiv:2412.10117 (2024).

[14] Zhang, Xin, et al. "Speechtokenizer: Unified speech tokenizer for speech large language models." arXiv preprint arXiv:2308.16692 (2023).

[15] Anastassiou, Philip, et al. "Seed-tts: A family of high-quality versatile speech generation models." arXiv preprint arXiv:2406.02430 (2024).

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:f22ba3d6cd1449686fe832348d52522f7adc8ba9&dn=bosonai_higgs-audio-v2-tokenizer

Open magnet in torrent client · infohash f22ba3d6cd1449686fe832348d52522f7adc8ba9

Files & hashes

PathSizesha1sha256
LICENSE9.0 KB (9,172 B)3275de3797b6932a91d4a7b3db41494f933305e68b2e018eeb3967a4636ccc57528440b33c14dd6e02ad67571fc7759489dde9a0
README.md14.5 KB (14,811 B)1ad218277786cfc1c86d7514ac7c45fe9e4e55494be60198fc94f80c3edc3d971357fb6c98c05a5bc0f03f3f635ce8072e1079fb
config.json2.5 KB (2,531 B)3f9e5ee43d2134dfdc1e38055fbcb24a18af1635eefb20806f7104e77c9a5277c9df0f9bb8826b08eb1d4e8ab2b9829b6ef9fac1
higgs_audio_tokenizer_architecture.png114.5 KB (117,208 B)6cc050f1b2eb3cb670731cb76c9b66d5d6553cf9f7c0177e38dd9c873acf8ac55c159ce65ba50970cbeba9663582da4698037447
model.safetensors768.3 MB (805,665,628 B)f880dac7340c9bdd4462919f7f377290e0018cddfe7c5e8785e0a05833e1bfc3e002ec7f55af21e306b2e7154a448c1f54ccfb0d
preprocessor_config.json206 B (206 B)aa7431e986f9e13157c60e04be8f52501b718254ae61eea88558608ee2fa86d2aec9fce8d99a5ff75d09cb7651ccce21ae1d9084

Cite this release

Canonical URL
https://aiseedbank.org/models/bosonai_higgs-audio-v2-tokenizer/
Slug
bosonai_higgs-audio-v2-tokenizer
Infohash
f22ba3d6cd1449686fe832348d52522f7adc8ba9
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: bosonai_higgs-audio-v2-tokenizer.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorybosonai/higgs-audio-v2-tokenizer
Revision (pinned)403fbacf2f60caaa102f893fdfabb694619b2417
Fetched at2026-09-02T05:07:08Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T05:07:18Z

custom/other license768.5 MB (805,809,556 bytes)transformerssafetensorshiggs_audio_v2_tokenizerfeature-extractionendpoints_compatiblepaper: 2406.02430paper: 2408.17175paper: 2210.13438paper: 2410.00037paper: 2410.14411paper: 2408.16532paper: 2502.05139paper: 2502.04128paper: 2506.23325paper: 2409.13216paper: 2503.01485paper: 2412.10117paper: 2308.16692