Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

laion
/
voiceclap-commercial

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

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

  • Libraries
  • Transformers

    How to use laion/voiceclap-commercial with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="laion/voiceclap-commercial", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("laion/voiceclap-commercial", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
voiceclap-commercial
453 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
gijs's picture
gijs
Upload folder using huggingface_hub
c291e8b verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.04 kB
    Upload folder using huggingface_hub about 1 month ago
  • config.json
    645 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • configuration_voiceclap.py
    1.42 kB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    453 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modeling_voiceclap.py
    9.43 kB
    Upload folder using huggingface_hub about 1 month ago
  • preprocessor_config.json
    315 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    594 Bytes
    Upload folder using huggingface_hub about 1 month ago