Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

VoiceNet
/
voiceclap-large

Feature Extraction
sentence-transformers
Safetensors
English
qwen2_5_omni_thinker
audio
speech
emotion
clap
contrastive
voice
Model card Files Files and versions
xet
Community

Instructions to use VoiceNet/voiceclap-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use VoiceNet/voiceclap-large with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("VoiceNet/voiceclap-large")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
voiceclap-large
18.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
gijs's picture
gijs
README: list all 9 training datasets (expresso/vox1/vox2 were missing)
361141a verified about 9 hours ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool about 11 hours ago
  • README.md
    2.73 kB
    README: list all 9 training datasets (expresso/vox1/vox2 were missing) about 9 hours ago
  • chat_template.jinja
    1.28 kB
    Add files using upload-large-folder tool about 11 hours ago
  • config.json
    3.62 kB
    Add files using upload-large-folder tool about 11 hours ago
  • config_sentence_transformers.json
    468 Bytes
    Add files using upload-large-folder tool about 11 hours ago
  • generation_config.json
    146 Bytes
    Add files using upload-large-folder tool about 11 hours ago
  • model.safetensors
    18.1 GB
    xet
    Add files using upload-large-folder tool about 11 hours ago
  • modules.json
    429 Bytes
    Add files using upload-large-folder tool about 11 hours ago
  • preprocessor_config.json
    667 Bytes
    Add files using upload-large-folder tool about 11 hours ago
  • processor_config.json
    2.75 kB
    Add files using upload-large-folder tool about 11 hours ago
  • sentence_bert_config.json
    1.15 kB
    Add files using upload-large-folder tool about 11 hours ago
  • tokenizer.json
    11.4 MB
    xet
    Add files using upload-large-folder tool about 11 hours ago
  • tokenizer_config.json
    942 Bytes
    Add files using upload-large-folder tool about 11 hours ago