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

fydhfzh
/
hubert-classifier-aug-fold-1

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="fydhfzh/hubert-classifier-aug-fold-1")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("fydhfzh/hubert-classifier-aug-fold-1")
    model = AutoModelForAudioClassification.from_pretrained("fydhfzh/hubert-classifier-aug-fold-1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-classifier-aug-fold-1 / runs
309 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 45 commits
fydhfzh's picture
fydhfzh
End of training
2ccf5b8 verified about 2 years ago
  • Jul08_21-10-52_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul20_02-43-49_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul20_12-05-35_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul21_03-14-31_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul25_21-00-30_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul27_04-09-15_LAPTOP-1GID9RGH
    End of training about 2 years ago