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

facebook
/
convnext-tiny-224

Image Classification
Transformers
PyTorch
google-tensorflow TensorFlow
convnext
vision
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Transformers

    How to use facebook/convnext-tiny-224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="facebook/convnext-tiny-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/convnext-tiny-224")
    model = AutoModelForImageClassification.from_pretrained("facebook/convnext-tiny-224")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
convnext-tiny-224
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
system's picture
system HF Staff
initial commit
24085d0 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago