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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Sandiago21
/
hubert-large-ll60k-finetuned-gtzan

Audio Classification
Transformers
PyTorch
TensorBoard
Safetensors
hubert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use Sandiago21/hubert-large-ll60k-finetuned-gtzan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sandiago21/hubert-large-ll60k-finetuned-gtzan with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Sandiago21/hubert-large-ll60k-finetuned-gtzan")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Sandiago21/hubert-large-ll60k-finetuned-gtzan")
    model = AutoModelForAudioClassification.from_pretrained("Sandiago21/hubert-large-ll60k-finetuned-gtzan", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-large-ll60k-finetuned-gtzan / runs
329 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
Sandiago21's picture
Sandiago21
End of training
93f335c about 3 years ago
  • Jul10_06-25-59_c29dfb936ef1
    Training in progress, epoch 0 about 3 years ago
  • Jul10_09-02-14_c29dfb936ef1
    Training in progress, epoch 0 about 3 years ago
  • Jul10_12-21-48_aa5776013039
    Training in progress, epoch 0 about 3 years ago
  • Jul10_12-43-52_e8bf8bdbbbab
    End of training about 3 years ago
  • Jul11_06-17-28_76c92513c37c
    End of training about 3 years ago
  • Jul11_10-33-30_d7309429bae1
    End of training about 3 years ago
  • Jul11_13-06-03_4b9bdb2dc388
    End of training about 3 years ago