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-Huge

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="DBD-research-group/Bird-MAE-Huge", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("DBD-research-group/Bird-MAE-Huge", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Bird-MAE-Huge
2.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
mwirth7's picture
mwirth7
Update feature_extractor.py
61106f4 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.08 kB
    Update README.md 9 months ago
  • config.json
    837 Bytes
    Update config.json 12 months ago
  • configuration_bird_mae.py
    1.92 kB
    Bird-MAE-Huge 12 months ago
  • feature_extractor.py
    4.72 kB
    Update feature_extractor.py 9 months ago
  • model.safetensors
    2.52 GB
    xet
    Model and Feature Extractor 12 months ago
  • modeling_bird_mae.py
    20.4 kB
    Bird-MAE-Huge 12 months ago
  • preprocessor_config.json
    471 Bytes
    Model and Feature Extractor 12 months ago