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

← All models

bosonai_higgs-audio-v3-8b-stt-v2

bosonai · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

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: apache-2.0 language:

  • en tags:
  • automatic-speech-recognition
  • hf-asr-leaderboard
  • whisper
  • qwen pipeline_tag: automatic-speech-recognition base_model: bosonai/higgs-audio-v3-8b model-index:
  • name: higgs-audio-v3-8b-stt-v2 results:
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: AMI (Meetings test) type: edinburghcstr/ami config: ihm split: test args: language: en metrics:
      • name: Test WER type: wer value: 10.14
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: Earnings-22 type: revdotcom/earnings22 split: test args: language: en metrics:
      • name: Test WER type: wer value: 8.73
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: GigaSpeech type: speechcolab/gigaspeech split: test args: language: en metrics:
      • name: Test WER type: wer value: 8.47
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: LibriSpeech (clean) type: librispeech_asr config: clean split: test args: language: en metrics:
      • name: Test WER type: wer value: 1.25
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: LibriSpeech (other) type: librispeech_asr config: other split: test args: language: en metrics:
      • name: Test WER type: wer value: 2.38
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: SPGI Speech type: kensho/spgispeech config: test split: test args: language: en metrics:
      • name: Test WER type: wer value: 3.60
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: tedlium-v3 type: LIUM/tedlium config: release1 split: test args: language: en metrics:
      • name: Test WER type: wer value: 3.09
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: Vox Populi type: facebook/voxpopuli config: en split: test args: language: en metrics:
      • name: Test WER type: wer value: 5.92

Higgs Audio v3 8B STT v2

A speech-to-text model combining a Whisper-Large-v3 encoder with a Qwen3-8B decoder (8.91B total parameters), fine-tuned with LoRA on diverse ASR benchmarks.

Usage

import torch
import numpy as np
from transformers import AutoModel, AutoTokenizer

# Load model
model = AutoModel.from_pretrained(
    "bosonai/higgs-audio-v3-8b-stt-v2",
    torch_dtype=torch.bfloat16,
    trust_remote_code=True,
    attn_implementation="eager",
    device_map="cuda:0",
)
tokenizer = AutoTokenizer.from_pretrained("bosonai/higgs-audio-v3-8b-stt-v2")

# Transcribe audio (16kHz mono numpy array)
from transformers.utils import cached_file
import importlib.util
spec = importlib.util.spec_from_file_location("transcribe", cached_file("bosonai/higgs-audio-v3-8b-stt-v2", "transcribe.py", _raise_exceptions_for_connection_errors=False))
mod = importlib.util.module_from_spec(spec)
spec.loader.exec_module(mod)

audio_np = np.random.randn(16000).astype(np.float32)  # replace with your audio
text = mod.transcribe(model, tokenizer, audio_np)
print(text)

Requirements

torch
transformers>=4.51.0
whisper  # for audio preprocessing (WhisperProcessor)

Architecture

  • Encoder: Whisper-Large-v3 (frozen)
  • Decoder: Qwen3-8B (LoRA fine-tuned, merged)
  • Total parameters: 8.91B
  • Audio input: 16kHz mono WAV
  • Supports: Thinking mode for improved accuracy

Performance (ESB Benchmark — Full Scale, All Samples)

Dataset WER
AMI 10.14%
Earnings22 8.73%
GigaSpeech 8.47%
LibriSpeech Clean 1.25%
LibriSpeech Other 2.38%
SPGISpeech 3.60%
TED-LIUM 3.09%
VoxPopuli 5.92%
Average 5.449%

Magnet link

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

magnet:?xt=urn:btih:762811c6576c468c9806620cd03137e1c5ffe79f&dn=bosonai_higgs-audio-v3-8b-stt-v2

Open magnet in torrent client · infohash 762811c6576c468c9806620cd03137e1c5ffe79f

Files & hashes

PathSizesha1sha256
README.md4.2 KB (4,346 B)eb2c305dedf5316e9dc2ec58fcbde4cdb2c11050e16cc52be4e1aef7e3451b98f6d65cade028cbdedbce3cd6d5de907acb086798
added_tokens.json1.1 KB (1,128 B)7df38002fe55ac6f85168d7929b71295e42eb14b2253e2d709a8370ae82400dd2dba00cccdc1776d006794b55672b543b1a66e63
attention.py8.5 KB (8,710 B)feaac1f992e837f5dd7c0ba5181557efd783d371ca26f0d2e16fdf57313e8ee639f7728a22833ea37bbb323fe79b72cdbdd04646
common.py1.1 KB (1,094 B)f427563893c0e62e28312de9b8fb706c933344be8fb3fc531d985f5d60ff40cdb0f6214ef0715a0d0643e74e566fa89eeabd49d0
config.json5.8 KB (5,917 B)b11f6e163d8070199599e167dc99d2bafd08b93e641cf8ddebad5558923cd397c7cd947fb0d5508b703533074c9f7cc7571dac9c
configuration_higgs_audio.py9.7 KB (9,882 B)6c52e3a3322f558c163962e7e2baa8ff0c4ee5de5c3584743c71d326d6d4a40389639cfaace8a17ac006bb27e8c522ba44ed18e3
cuda_graph_runner.py5.0 KB (5,144 B)9c39625426646e42509482ee607f8033297296f3a4d67d89e23334304dd831ff049d2df357f9e8e25a3761587eb549d093db04d5
custom_modules.py6.0 KB (6,186 B)eb585c8cc8edb6be7762cbc5ccd149e77079ecb3eb1a8d99d4aae8475b7a0f06f28d63f9014fcbf953fb31567c1f61fe4882f5c4
generation_config.json147 B (147 B)61b22f4682ff24147ac9e9b21b5868043de0e9d2c1172416c87609377570678ff222c8b18455ceee3dd240f8a87113fabec89ac8
higgs_audio_collator.py35.8 KB (36,643 B)31cc06477fdfc590edfa7f178e73319c2e97d80077c72b98bc9daff4669eecf7d0686ded0b1fbc57f8d0fcb404b62bd77242837b
merges.txt1.6 MB (1,671,853 B)31349551d90c7606f325fe0f11bbb8bd5fa0d7c78831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5
model-00001-of-00004.safetensors4.57 GB (4,902,257,056 B)918bb8e6eaa086985072958ee492d3e8ccd786455f26298d233b822006a71e187f5fd08672481d7990b2d4b3af993bd7466dd44f
model-00002-of-00004.safetensors4.58 GB (4,915,959,512 B)4503abb8dcba9fd1f3b584a931d4fcfa4dcf3a9c14c054616f07246b505548e7b2d3b54159eecf26ea5c550f770141247e73da4a
model-00003-of-00004.safetensors4.64 GB (4,983,067,656 B)c1bb80baefb2b0444075de261c7524cd34b10e2f53e9b0d48e8686fa0126677fa6127e5ecc6b67842b6aa7aa34ba2ac84f1a1a54
model-00004-of-00004.safetensors2.80 GB (3,010,748,440 B)02b95829c6f90e00b06cc19d7e80dd03086b5bb3eb84975aa6d9ea02166c8bdb26a228a37410011316636dce229d61083659d6f0
model.safetensors.index.json70.8 KB (72,463 B)f07dedb10ccf4308d2e347545e5cba12092cdf0baa25b1f84c5c6a64331798d5d9826265d88abc143fd5e143e73a12b42b577496
modeling_higgs_audio.py108.4 KB (111,005 B)ee9807fc12089756f6c3459e950260b9e2cd4eb8e096bb26a9baf81a4c55fe98acc34897b23114814c03aea3081c52bc1d3dbe8a
modeling_higgs_audio_xcodec.py19.7 KB (20,185 B)cc0deb2adda708210d084b3d5051cfe9948a18478d7eea957d188243230088316bb237d64e347ae97b9839eed229fef2fbbce8bd
special_tokens_map.json613 B (613 B)ac23c0aaa2434523c494330aeb79c5839537810376862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd
tokenizer.json10.9 MB (11,425,357 B)796eb9f6ed7dfe03c1999aef77bb6d0b26c5a2b00d2d3ea4b1e9c3268329d397b0a3f6b86d93b2a1eef664d07c574f25bd9fae16
tokenizer_config.json12.0 KB (12,293 B)d974189e419e9dad27b618c69b9a6c5e050f0f2cff5b5625932ca174530c3f4111d1b77e89452cc2b4523e7b3f08bd6b5b697ace
transcribe.py14.1 KB (14,468 B)b6943ace5db3ca0e5e2666efb0f6513da973cf539b65dfeca126e8b60d1dcd5c0c564ccb4edd45c2509dd57c614922066f91afd1
utils.py35.6 KB (36,457 B)1b3bc437950c2540d7824bb06bb3450114b2fa5f4a39b74dd86010cb485ca0c6436b7368ec429250376ed8716c48ef9b73cc863a
vocab.json2.6 MB (2,776,833 B)4783fe10ac3adce15ac8f358ef5462739852c569ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910

Cite this release

Canonical URL
https://aiseedbank.org/models/bosonai_higgs-audio-v3-8b-stt-v2/
Slug
bosonai_higgs-audio-v3-8b-stt-v2
Infohash
762811c6576c468c9806620cd03137e1c5ffe79f
License
apache-2.0
Signing key fingerprint
85a3b32c3712427b

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

Provenance

Upstream repositorybosonai/higgs-audio-v3-8b-stt-v2
Revision (pinned)ac24d92a76f004a33f7ef65522f9039087a3715a
Fetched at2026-09-03T21:07:23Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T21:10:33Z

apache-2.016.60 GB (17,828,253,388 bytes)safetensorshiggs_audio_3automatic-speech-recognitionhf-asr-leaderboardwhisperqwencustom_codemodel-index1 language (en)