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

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 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rshrott/ryan_model314 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="rshrott/ryan_model314")
    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")
    model = AutoModelForImageClassification.from_pretrained("rshrott/ryan_model314")
  • Notebooks
  • Google Colab
  • Kaggle
ryan_model314 / runs
288 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 78 commits
rshrott's picture
rshrott
🍻 cheers
01ad907 verified about 2 years ago
  • Mar26_13-05-37_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_13-06-30_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_13-16-20_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_14-58-24_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-10-31_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-25-15_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-28-27_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-31-04_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-32-15_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-33-53_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-36-12_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-37-43_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-43-54_ryanserver
    Training in progress, step 100 about 2 years ago
  • Mar26_19-46-27_ryanserver
    🍻 cheers about 2 years ago
  • Mar26_19-55-16_ryanserver
    🍻 cheers about 2 years ago
  • Mar26_20-28-31_ryanserver
    🍻 cheers about 2 years ago