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

rshrott
/
ryan_model314_3

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

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

  • Libraries
  • Transformers

    How to use rshrott/ryan_model314_3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="rshrott/ryan_model314_3")
    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("rshrott/ryan_model314_3")
    model = AutoModelForImageClassification.from_pretrained("rshrott/ryan_model314_3")
  • Notebooks
  • Google Colab
  • Kaggle
ryan_model314_3 / runs
127 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 61 commits
rshrott's picture
rshrott
🍻 cheers
ff9cd40 verified about 2 years ago
  • Mar26_21-52-26_ryanserver
    Training in progress, step 25 about 2 years ago
  • Mar26_22-16-02_ryanserver
    Training in progress, step 25 about 2 years ago
  • Mar26_22-23-01_ryanserver
    Training in progress, step 25 about 2 years ago
  • Mar26_22-24-03_ryanserver
    🍻 cheers about 2 years ago
  • Mar26_22-56-07_ryanserver
    Training in progress, step 25 about 2 years ago
  • Mar26_22-59-37_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_23-12-19_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_23-38-05_ryanserver
    🍻 cheers about 2 years ago
  • Mar27_07-38-15_ryanserver
    🍻 cheers about 2 years ago
  • Mar27_07-58-37_ryanserver
    🍻 cheers about 2 years ago
  • Mar27_08-05-10_ryanserver
    🍻 cheers about 2 years ago