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

CodingQueen13
/
distilhubert-finetuned-gtzan

Audio Classification
Transformers
TensorBoard
Safetensors
hubert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use CodingQueen13/distilhubert-finetuned-gtzan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CodingQueen13/distilhubert-finetuned-gtzan with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="CodingQueen13/distilhubert-finetuned-gtzan")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("CodingQueen13/distilhubert-finetuned-gtzan")
    model = AutoModelForAudioClassification.from_pretrained("CodingQueen13/distilhubert-finetuned-gtzan")
  • Notebooks
  • Google Colab
  • Kaggle
distilhubert-finetuned-gtzan / runs
191 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 37 commits
CodingQueen13's picture
CodingQueen13
End of training
e3427c3 verified over 1 year ago
  • Sep04_09-03-47_de5ed1468100
    End of training over 1 year ago
  • Sep09_09-51-15_c3f9c4d4f413
    End of training over 1 year ago