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

Kubex212
/
HUBERT

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

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

  • Libraries
  • Transformers

    How to use Kubex212/HUBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Kubex212/HUBERT")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Kubex212/HUBERT")
    model = AutoModelForAudioClassification.from_pretrained("Kubex212/HUBERT")
  • Notebooks
  • Google Colab
  • Kaggle
HUBERT / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Kubex212's picture
Kubex212
Training in progress, epoch 4
30ca091 verified about 2 years ago
  • May06_18-09-11_DESKTOP-F1BC035
    Training in progress, epoch 0 about 2 years ago
  • May07_03-09-29_DESKTOP-F1BC035
    Training in progress, epoch 4 about 2 years ago