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

  • Log In
  • Sign Up

Snppuzzle
/
Lanna-model-con

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

Instructions to use Snppuzzle/Lanna-model-con with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Snppuzzle/Lanna-model-con with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Snppuzzle/Lanna-model-con")
    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("Snppuzzle/Lanna-model-con")
    model = AutoModelForImageClassification.from_pretrained("Snppuzzle/Lanna-model-con")
  • Notebooks
  • Google Colab
  • Kaggle
Lanna-model-con
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Snppuzzle's picture
Snppuzzle
Upload processor
8e0bd8d verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload ConvNextV2ForImageClassification about 1 year ago
  • config.json
    7.06 kB
    Upload ConvNextV2ForImageClassification about 1 year ago
  • model.safetensors
    351 MB
    xet
    Upload ConvNextV2ForImageClassification about 1 year ago
  • preprocessor_config.json
    352 Bytes
    Upload processor about 1 year ago