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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

techsword
/
wav2vec2-base-fsc-ic-multiheadmultilabel

Audio Classification
Transformers
Safetensors
English
wav2vec2multihead_3class
speech
speech classification
intent classification
custom_code
Model card Files Files and versions
xet
Community

Instructions to use techsword/wav2vec2-base-fsc-ic-multiheadmultilabel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use techsword/wav2vec2-base-fsc-ic-multiheadmultilabel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="techsword/wav2vec2-base-fsc-ic-multiheadmultilabel", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForAudioClassification
    model = AutoModelForAudioClassification.from_pretrained("techsword/wav2vec2-base-fsc-ic-multiheadmultilabel", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-fsc-ic-multiheadmultilabel
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
techsword's picture
techsword
Update README.md
cf496e7 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.55 kB
    Update README.md 9 months ago
  • config.json
    3.64 kB
    Upload Wav2Vec2ForMultiHeadMultiLabelClassification 10 months ago
  • configuration_wav2vec2multihead.py
    501 Bytes
    Upload Wav2Vec2ForMultiHeadMultiLabelClassification 11 months ago
  • model.safetensors
    378 MB
    xet
    Upload Wav2Vec2ForMultiHeadMultiLabelClassification 11 months ago
  • modeling_wav2vec2multihead.py
    3.62 kB
    Upload Wav2Vec2ForMultiHeadMultiLabelClassification 11 months ago