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

codingaslu
/
Hubert

Audio Classification
Transformers
TensorBoard
Safetensors
hubert
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use codingaslu/Hubert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="codingaslu/Hubert")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("codingaslu/Hubert")
    model = AutoModelForAudioClassification.from_pretrained("codingaslu/Hubert")
  • Notebooks
  • Google Colab
  • Kaggle
Hubert / runs
44.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
codingaslu's picture
codingaslu
Training in progress, step 1100
7df6ece verified over 2 years ago
  • Feb19_15-04-34_1d43b743edf1
    Training in progress, step 100 over 2 years ago
  • Feb19_15-17-08_1d43b743edf1
    Training in progress, step 1100 over 2 years ago