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

aarya030402
/
ast_messy_mashup

Audio Classification
Transformers
Safetensors
English
audio-spectrogram-transformer
audio
music-classification
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use aarya030402/ast_messy_mashup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aarya030402/ast_messy_mashup with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="aarya030402/ast_messy_mashup")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("aarya030402/ast_messy_mashup")
    model = AutoModelForAudioClassification.from_pretrained("aarya030402/ast_messy_mashup")
  • Notebooks
  • Google Colab
  • Kaggle
ast_messy_mashup
345 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
aarya030402's picture
aarya030402
Create README.md
32873e2 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    550 Bytes
    Create README.md about 1 month ago
  • config.json
    944 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    345 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • preprocessor_config.json
    297 Bytes
    Upload folder using huggingface_hub about 1 month ago