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

yaongua
/
audio_cls

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

Instructions to use yaongua/audio_cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yaongua/audio_cls with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="yaongua/audio_cls")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("yaongua/audio_cls")
    model = AutoModelForAudioClassification.from_pretrained("yaongua/audio_cls")
  • Notebooks
  • Google Colab
  • Kaggle
audio_cls
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
yaongua's picture
yaongua
End of training
1ed364c verified 8 months ago
  • runs
    End of training 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    2.16 kB
    End of training 8 months ago
  • config.json
    3.02 kB
    End of training 8 months ago
  • model.safetensors
    378 MB
    xet
    End of training 8 months ago
  • preprocessor_config.json
    212 Bytes
    End of training 8 months ago
  • training_args.bin
    5.78 kB
    xet
    End of training 8 months ago