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
/
AudioProtoPNet-20-BirdSet-XCL

Audio Classification
Transformers
Safetensors
AudioProtoNet
text-classification
audio
custom_code
Model card Files Files and versions
xet
Community

Instructions to use DBD-research-group/AudioProtoPNet-20-BirdSet-XCL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DBD-research-group/AudioProtoPNet-20-BirdSet-XCL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="DBD-research-group/AudioProtoPNet-20-BirdSet-XCL", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("DBD-research-group/AudioProtoPNet-20-BirdSet-XCL", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AudioProtoPNet-20-BirdSet-XCL
2.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
mwirth7's picture
mwirth7
Update modeling_protonet.py
128ce47 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • AudioProtoPNet-20.ckpt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.15 GB
    xet
    Rename adjusted_AudioProtoPNet-20.ckpt to AudioProtoPNet-20.ckpt about 1 year ago
  • README.md
    8.5 kB
    Update README.md 11 months ago
  • config.json
    445 kB
    upload 11 months ago
  • configuration_protonet.py
    1.83 kB
    upload 11 months ago
  • model.safetensors
    1.15 GB
    xet
    upload 11 months ago
  • modeling_protonet.py
    37.7 kB
    Update modeling_protonet.py 8 months ago
  • preprocessor_config.json
    547 Bytes
    upload 11 months ago
  • processing_protonet.py
    3.67 kB
    upload 11 months ago