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

  • Log In
  • Sign Up

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

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

Instructions to use DBD-research-group/ConvNeXT-Base-BirdSet-XCM 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-XCM 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-XCM")
    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-XCM")
    model = AutoModelForImageClassification.from_pretrained("DBD-research-group/ConvNeXT-Base-BirdSet-XCM")
  • Notebooks
  • Google Colab
  • Kaggle
ConvNeXT-Base-BirdSet-XCM
352 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
RuslanAntjuschin's picture
RuslanAntjuschin
Update id2label and label2id
02d5dea verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload ConvNextForImageClassification almost 2 years ago
  • config.json
    17.4 kB
    Update id2label and label2id over 1 year ago
  • model.safetensors
    352 MB
    xet
    Upload ConvNextForImageClassification almost 2 years ago