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

fydhfzh
/
hubert-classifier

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

Instructions to use fydhfzh/hubert-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fydhfzh/hubert-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="fydhfzh/hubert-classifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("fydhfzh/hubert-classifier")
    model = AutoModelForAudioClassification.from_pretrained("fydhfzh/hubert-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-classifier / runs
255 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
fydhfzh's picture
fydhfzh
End of training
80279e7 verified almost 2 years ago
  • Jun12_18-13-20_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun12_18-13-52_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun12_18-15-08_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun12_23-04-00_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun12_23-21-21_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun13_13-23-20_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun13_13-41-06_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun13_15-01-53_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun13_22-17-36_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun13_22-20-06_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun17_14-19-03_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun17_15-21-17_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun17_20-21-51_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun23_17-11-45_LAPTOP-1GID9RGH
    End of training almost 2 years ago