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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

joshjrreynaldo
/
image_classification

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use joshjrreynaldo/image_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="joshjrreynaldo/image_classification")
    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("joshjrreynaldo/image_classification")
    model = AutoModelForImageClassification.from_pretrained("joshjrreynaldo/image_classification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
image_classification / runs
116 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 69 commits
joshjrreynaldo's picture
joshjrreynaldo
End of training
0da45e2 verified over 2 years ago
  • Feb13_14-18-37_5216092f1b4d
    Training in progress, epoch 1 over 2 years ago
  • Feb13_14-32-05_6aac94e02138
    Training in progress, epoch 1 over 2 years ago
  • Feb13_14-34-23_6aac94e02138
    Training in progress, epoch 1 over 2 years ago
  • Feb13_14-38-32_6aac94e02138
    Training in progress, epoch 1 over 2 years ago
  • Feb13_14-39-29_6aac94e02138
    Training in progress, epoch 1 over 2 years ago
  • Feb13_14-40-15_6aac94e02138
    Training in progress, epoch 3 over 2 years ago
  • Feb13_14-42-42_6aac94e02138
    Training in progress, epoch 3 over 2 years ago
  • Feb13_14-44-53_6aac94e02138
    Training in progress, epoch 1 over 2 years ago
  • Feb13_14-47-25_6aac94e02138
    Training in progress, epoch 4 over 2 years ago
  • Feb15_03-34-02_40be29ad6800
    Training in progress, epoch 5 over 2 years ago
  • Feb15_03-42-31_40be29ad6800
    Training in progress, epoch 20 over 2 years ago
  • Feb15_04-21-19_40be29ad6800
    Training in progress, epoch 1 over 2 years ago
  • Feb15_04-23-17_40be29ad6800
    Training in progress, epoch 1 over 2 years ago
  • Feb15_04-24-05_40be29ad6800
    Training in progress, epoch 1 over 2 years ago
  • Feb15_04-25-16_40be29ad6800
    Training in progress, epoch 1 over 2 years ago
  • Feb15_04-25-56_40be29ad6800
    Training in progress, epoch 2 over 2 years ago
  • Feb15_04-39-18_d577d465af2b
    Training in progress, epoch 1 over 2 years ago
  • Feb15_04-50-46_136e85f023c7
    End of training over 2 years ago