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

vectorverse
/
Messy_Mashup_Genre_Classifier

Audio Classification
Transformers
Safetensors
audio-spectrogram-transformer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use vectorverse/Messy_Mashup_Genre_Classifier with Transformers:

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