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

  • Log In
  • Sign Up

superb
/
wav2vec2-large-superb-sid

Audio Classification
Transformers
PyTorch
English
wav2vec2
speech
audio
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use superb/wav2vec2-large-superb-sid with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="superb/wav2vec2-large-superb-sid")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("superb/wav2vec2-large-superb-sid")
    model = AutoModelForAudioClassification.from_pretrained("superb/wav2vec2-large-superb-sid")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-superb-sid
1.26 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 8 commits
mishig's picture
mishig HF Staff
Upload README.md
367cec2 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3.42 kB
    Upload README.md over 4 years ago
  • config.json
    54.6 kB
    Upload model over 4 years ago
  • preprocessor_config.json
    214 Bytes
    Update preprocessor_config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.26 GB
    xet
    Upload model over 4 years ago