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

  • Log In
  • Sign Up

aisak-ai
/
ED

Audio Classification
Transformers
Safetensors
English
wav2vec2
Model card Files Files and versions
xet
Community

Instructions to use aisak-ai/ED with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aisak-ai/ED with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="aisak-ai/ED")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("aisak-ai/ED")
    model = AutoModelForAudioClassification.from_pretrained("aisak-ai/ED")
  • Notebooks
  • Google Colab
  • Kaggle
ED
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
mandelakori's picture
mandelakori
Update config.json
c2bda80 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    508 Bytes
    Update README.md over 1 year ago
  • config.json
    2.64 kB
    Update config.json over 1 year ago
  • model.safetensors
    378 MB
    xet
    Upload model.safetensors over 1 year ago
  • preprocessor_config.json
    215 Bytes
    Create preprocessor_config.json over 1 year ago