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

DBD-research-group
/
Bird-MAE-Base

Audio Classification
Transformers
Safetensors
feature-extraction
audio
custom_code
Model card Files Files and versions
xet
Community

Instructions to use DBD-research-group/Bird-MAE-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DBD-research-group/Bird-MAE-Base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="DBD-research-group/Bird-MAE-Base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("DBD-research-group/Bird-MAE-Base", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Bird-MAE-Base
342 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 20 commits
mwirth7's picture
mwirth7
Update feature_extractor.py
6cc416d verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.16 kB
    Update README.md 8 months ago
  • config.json
    836 Bytes
    Update config.json 6 months ago
  • configuration_bird_mae.py
    1.92 kB
    Bird-MAE-Base 11 months ago
  • feature_extractor.py
    5.14 kB
    Update feature_extractor.py 5 months ago
  • model.safetensors
    342 MB
    xet
    Model and Feature Extractor 11 months ago
  • modeling_bird_mae.py
    20.4 kB
    Bird-MAE-Base 11 months ago
  • preprocessor_config.json
    471 Bytes
    Model and Feature Extractor 11 months ago