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

Saads
/
bird_classification_model

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

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

  • Libraries
  • Transformers

    How to use Saads/bird_classification_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Saads/bird_classification_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Saads/bird_classification_model")
    model = AutoModelForAudioClassification.from_pretrained("Saads/bird_classification_model")
  • Notebooks
  • Google Colab
  • Kaggle
bird_classification_model / runs
169 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
Saads's picture
Saads
Model save
c0a645c about 3 years ago
  • Apr27_10-05-10_cb5ab0f06747
    Training in progress, epoch 0 about 3 years ago
  • Apr27_17-48-47_b9097e76804a
    Training in progress, epoch 0 about 3 years ago
  • Apr27_18-19-18_b9097e76804a
    Training in progress, epoch 15 about 3 years ago
  • Apr28_09-55-06_186bae07a0f6
    Model save about 3 years ago