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-aug-ref

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-aug-ref with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fydhfzh/hubert-classifier-aug-ref with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="fydhfzh/hubert-classifier-aug-ref")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("fydhfzh/hubert-classifier-aug-ref")
    model = AutoModelForAudioClassification.from_pretrained("fydhfzh/hubert-classifier-aug-ref")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-classifier-aug-ref / runs
199 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
fydhfzh's picture
fydhfzh
Training in progress, step 1500
4a941ef verified almost 2 years ago
  • Jul12_12-56-49_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jul12_14-30-36_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jul13_12-44-56_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jul18_00-04-35_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jul18_00-05-53_LAPTOP-1GID9RGH
    Training in progress, step 1500 almost 2 years ago