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

harriskr14
/
audio_classification

Audio Classification
Transformers
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use harriskr14/audio_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="harriskr14/audio_classification")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("harriskr14/audio_classification")
    model = AutoModelForAudioClassification.from_pretrained("harriskr14/audio_classification")
  • Notebooks
  • Google Colab
  • Kaggle
audio_classification
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
harriskr14's picture
harriskr14
End of training
a62be77 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    2.21 kB
    End of training 12 months ago
  • config.json
    3.2 kB
    Training in progress, epoch 1 12 months ago
  • model.safetensors
    378 MB
    xet
    End of training 12 months ago
  • preprocessor_config.json
    224 Bytes
    Training in progress, epoch 1 12 months ago
  • training_args.bin
    5.71 kB
    xet
    Training in progress, epoch 1 12 months ago