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-0

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="fydhfzh/hubert-classifier-aug-fold-0")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("fydhfzh/hubert-classifier-aug-fold-0")
    model = AutoModelForAudioClassification.from_pretrained("fydhfzh/hubert-classifier-aug-fold-0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-classifier-aug-fold-0 / runs
428 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 60 commits
fydhfzh's picture
fydhfzh
End of training
db53f88 verified about 2 years ago
  • Jul08_20-20-43_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul20_01-59-02_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul20_11-11-23_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul21_02-26-50_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul25_19-33-31_LAPTOP-1GID9RGH
    End of training about 2 years ago
  • Jul26_10-23-43_LAPTOP-1GID9RGH
    Training in progress, step 500 about 2 years ago
  • Jul27_02-57-18_LAPTOP-1GID9RGH
    Training in progress, step 500 about 2 years ago
  • Jul27_03-26-33_LAPTOP-1GID9RGH
    End of training about 2 years ago