Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
379 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
fydhfzh's picture
fydhfzh
Training in progress, step 1500
4a941ef verified almost 2 years ago
  • runs
    Training in progress, step 1500 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    6.98 kB
    End of training almost 2 years ago
  • config.json
    5.36 kB
    Training in progress, step 500 almost 2 years ago
  • model.safetensors
    378 MB
    xet
    Training in progress, step 1500 almost 2 years ago
  • preprocessor_config.json
    222 Bytes
    Training in progress, step 500 almost 2 years ago
  • training_args.bin
    4.98 kB
    xet
    Training in progress, step 500 almost 2 years ago