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

heado
/
ViT_beans

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

Instructions to use heado/ViT_beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use heado/ViT_beans with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="heado/ViT_beans")
    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("heado/ViT_beans")
    model = AutoModelForImageClassification.from_pretrained("heado/ViT_beans")
  • Notebooks
  • Google Colab
  • Kaggle
ViT_beans / runs
107 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
heado's picture
heado
heado
27c72a6 verified about 1 year ago
  • Apr09_22-39-48_eeefc6bd4371
    heado about 1 year ago
  • Apr10_00-16-56_ba23d053c4e4
    heado about 1 year ago
  • Oct31_01-20-57_d46fd65f2a26
    heado over 1 year ago
  • Oct31_01-26-20_d46fd65f2a26
    heado over 1 year ago
  • Oct31_01-28-53_f50eb53ec214
    heado over 1 year ago
  • Oct31_01-59-47_f50eb53ec214
    heado over 1 year ago
  • Sep02_03-26-07_3d244b9d4949
    heado almost 2 years ago
  • Sep02_03-36-42_3d244b9d4949
    heado almost 2 years ago
  • Sep02_03-45-12_3d244b9d4949
    heado almost 2 years ago
  • Sep02_03-54-25_3d244b9d4949
    heado almost 2 years ago
  • Sep02_03-55-00_3d244b9d4949
    heado almost 2 years ago
  • Sep02_03-55-37_3d244b9d4949
    heado almost 2 years ago
  • Sep02_03-59-20_3d244b9d4949
    heado almost 2 years ago