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

Tr13
/
my_food_model

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

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

  • Libraries
  • Transformers

    How to use Tr13/my_food_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Tr13/my_food_model")
    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("Tr13/my_food_model")
    model = AutoModelForImageClassification.from_pretrained("Tr13/my_food_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_food_model / runs
515 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
Tr13's picture
Tr13
Training in progress, epoch 3
8136977 verified over 1 year ago
  • Oct16_02-10-48_ff7c8b77be7c
    Training in progress, epoch 1 over 1 year ago
  • Oct16_02-11-56_ff7c8b77be7c
    Training in progress, epoch 25 over 1 year ago
  • Oct22_14-30-48_32c4d9039f89
    Training in progress, epoch 9 over 1 year ago
  • Oct23_08-16-19_c59948022e5f
    Training in progress, epoch 3 over 1 year ago