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

hemlatachanne
/
convnext-tiny-224

Image Classification
Transformers
TensorBoard
Safetensors
convnext
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="hemlatachanne/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("hemlatachanne/convnext-tiny-224")
    model = AutoModelForImageClassification.from_pretrained("hemlatachanne/convnext-tiny-224")
  • Notebooks
  • Google Colab
  • Kaggle
convnext-tiny-224 / runs
25.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
hemlatachanne's picture
hemlatachanne
Training in progress, epoch 0
3654953 verified over 2 years ago
  • Mar07_11-36-51_64d59fe3470a
    Training in progress, epoch 0 over 2 years ago
  • Mar07_11-43-26_64d59fe3470a
    Training in progress, epoch 0 over 2 years ago