Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DBD-research-group
/
ConvNeXT-Base-BirdSet-XCL

Image Classification
Transformers
Safetensors
convnext
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use DBD-research-group/ConvNeXT-Base-BirdSet-XCL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="DBD-research-group/ConvNeXT-Base-BirdSet-XCL")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("DBD-research-group/ConvNeXT-Base-BirdSet-XCL")
    model = AutoModelForImageClassification.from_pretrained("DBD-research-group/ConvNeXT-Base-BirdSet-XCL")
  • Notebooks
  • Google Colab
  • Kaggle
ConvNeXT-Base-BirdSet-XCL
391 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 18 commits
RaphaelSchwinger's picture
RaphaelSchwinger
update preprocessing
136d36f verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.43 kB
    update preprocessing about 1 year ago
  • config.json
    425 kB
    Update id2label and label2id over 1 year ago
  • model.safetensors
    390 MB
    xet
    Upload ConvNextForImageClassification almost 2 years ago