laion / voiceclap-large

huggingface.co
Total runs: 74
24-hour runs: 0
7-day runs: 9
30-day runs: 47
Model's Last Updated: May 08 2026
feature-extraction

Introduction of voiceclap-large

Model Details of voiceclap-large

VoiceCLAP-Large

Voice-text contrastive embedding model — the larger of the two anchors released with VoiceNet.

VoiceCLAP-Large is a single-tower model: a rank-16 LoRA finetune of LCO-Embedding-Omni-7B (Qwen2.5-Omni-Thinker-7B backbone with a sentence-transformer last-token-pooling head) trained with the symmetric InfoNCE loss. The audio and text embeddings are produced by the same backbone — the modality is determined by what is fed in via the multimodal chat template.

Architecture single-tower Omni-Embedding (Qwen2.5-Omni-Thinker-7B + ST last-token-pool)
Adaptation rank-16 LoRA (alpha 32, dropout 0.05), merged into the released weights
Joint embedding 3 584-d, L2-normalised
Loss symmetric InfoNCE (all-gather negatives)
Total parameters ~7 B (full merged model)
Epochs 1
Training data

Trained for 1 epoch on the open mixture (9 datasets) used in the VoiceNet paper:

  • emolia-balanced-5M-subset (annotated subset of Emilia )
  • laions_got_talent_clean_with_captions
  • majestrino-data
  • synthetic_vocal_bursts
  • improved_synthetic_vocal_bursts
  • ears
  • expresso
  • voxceleb1
  • voxceleb2

All clips are captioned with MOSS-Audio-8B-Thinking -derived dense vocal-style captions covering emotions, talking-style attributes, and demographics.

Standalone load example

The model uses the SentenceTransformer multimodal API — both sentence-transformers and transformers are on PyPI; no other deps are required.

from sentence_transformers import SentenceTransformer

model = SentenceTransformer("VoiceNet/voiceclap-large", trust_remote_code=True)

# Text embedding (3 584-d, L2-normalised)
text_emb = model.encode(["a calm and steady voice"])

# Audio embedding — pass a dict with raw samples + sampling rate.
import soundfile as sf
arr, sr = sf.read("clip.wav")
audio_emb = model.encode([{"array": arr, "sampling_rate": sr}])

# Cosine similarity (embeddings already L2-normalised)
print((audio_emb @ text_emb.T).item())
Citation

If you use this model, please cite the VoiceNet paper.

Runs of laion voiceclap-large on huggingface.co

74
Total runs
0
24-hour runs
0
3-day runs
9
7-day runs
47
30-day runs

More Information About voiceclap-large huggingface.co Model

More voiceclap-large license Visit here:

https://choosealicense.com/licenses/cc-by-4.0

voiceclap-large huggingface.co

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

voiceclap-large huggingface.co Url

https://huggingface.co/laion/voiceclap-large

laion voiceclap-large online free

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

laion voiceclap-large online free url in huggingface.co:

https://huggingface.co/laion/voiceclap-large

voiceclap-large install

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

voiceclap-large install url in huggingface.co:

https://huggingface.co/laion/voiceclap-large

Url of voiceclap-large

voiceclap-large huggingface.co Url

Provider of voiceclap-large huggingface.co

laion
ORGANIZATIONS

Other API from laion

huggingface.co

Total runs: 1.1K
Run Growth: -2.4K
Growth Rate: -218.35%
Updated:June 20 2025
huggingface.co

Total runs: 89
Run Growth: -56
Growth Rate: -62.92%
Updated:May 06 2026