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

  • Log In
  • Sign Up

VoiceNet
/
voiceclap-small

Feature Extraction
Transformers
Safetensors
English
voiceclap-small
audio
speech
emotion
clap
contrastive
voice
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use VoiceNet/voiceclap-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="VoiceNet/voiceclap-small", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("VoiceNet/voiceclap-small", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
voiceclap-small
453 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gijs's picture
gijs
README: list all 9 training datasets (expresso/vox1/vox2 were missing)
5e01695 verified about 8 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 10 hours ago
  • README.md
    2.93 kB
    README: list all 9 training datasets (expresso/vox1/vox2 were missing) about 8 hours ago
  • config.json
    645 Bytes
    Initial release: VoiceCLAP-Small (BUD-E-Whisper + MiniLM, dual-tower CLAP, 1 epoch on voiceclap_10) about 10 hours ago
  • configuration_voiceclap.py
    1.42 kB
    Initial release: VoiceCLAP-Small (BUD-E-Whisper + MiniLM, dual-tower CLAP, 1 epoch on voiceclap_10) about 10 hours ago
  • model.safetensors
    453 MB
    xet
    Initial release: VoiceCLAP-Small (BUD-E-Whisper + MiniLM, dual-tower CLAP, 1 epoch on voiceclap_10) about 10 hours ago
  • modeling_voiceclap.py
    8.24 kB
    Initial release: VoiceCLAP-Small (BUD-E-Whisper + MiniLM, dual-tower CLAP, 1 epoch on voiceclap_10) about 10 hours ago
  • preprocessor_config.json
    315 Bytes
    Initial release: VoiceCLAP-Small (BUD-E-Whisper + MiniLM, dual-tower CLAP, 1 epoch on voiceclap_10) about 10 hours ago
  • tokenizer.json
    712 kB
    Initial release: VoiceCLAP-Small (BUD-E-Whisper + MiniLM, dual-tower CLAP, 1 epoch on voiceclap_10) about 10 hours ago
  • tokenizer_config.json
    594 Bytes
    Initial release: VoiceCLAP-Small (BUD-E-Whisper + MiniLM, dual-tower CLAP, 1 epoch on voiceclap_10) about 10 hours ago