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

tonyassi
/
lens-2

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tonyassi/lens-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tonyassi/lens-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="tonyassi/lens-2")
    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("tonyassi/lens-2")
    model = AutoModelForImageClassification.from_pretrained("tonyassi/lens-2")
  • Notebooks
  • Google Colab
  • Kaggle
lens-2 / runs
145 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 126 commits
tonyassi's picture
tonyassi
Training in progress, epoch 20
b0b8917 over 2 years ago
  • Nov07_19-14-17_7bb4815d3e07
    Training in progress, epoch 0 over 2 years ago
  • Nov07_19-28-00_7bb4815d3e07
    Training in progress, epoch 0 over 2 years ago
  • Nov07_20-15-14_7bb4815d3e07
    Training in progress, epoch 1 over 2 years ago
  • Nov07_20-29-12_7bb4815d3e07
    Training in progress, epoch 20 over 2 years ago
  • Nov07_20-45-25_7bb4815d3e07
    Training in progress, epoch 20 over 2 years ago