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

  • Log In
  • Sign Up

facebook
/
convnextv2-tiny-22k-224

Image Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
convnextv2
vision
Model card Files Files and versions
xet
Community
4

Instructions to use facebook/convnextv2-tiny-22k-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/convnextv2-tiny-22k-224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="facebook/convnextv2-tiny-22k-224")
    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("facebook/convnextv2-tiny-22k-224")
    model = AutoModelForImageClassification.from_pretrained("facebook/convnextv2-tiny-22k-224")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
convnextv2-tiny-22k-224
229 MB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 6 commits
neggles's picture
neggles
Add TF weights
2d653fc over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    3.37 kB
    Update README.md about 3 years ago
  • config.json
    69.7 kB
    Upload ConvNextV2ForImageClassification about 3 years ago
  • preprocessor_config.json
    352 Bytes
    Upload processor about 3 years ago
  • pytorch_model.bin
    115 MB
    xet
    Upload ConvNextV2ForImageClassification about 3 years ago
  • tf_model.h5
    115 MB
    xet
    Add TF weights over 2 years ago