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

Duplicated from  mansee/vit-base-patch16-224-blur_vs_clean

harrytechiz
/
vit-base-patch16-224-blur_vs_clean

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

Instructions to use harrytechiz/vit-base-patch16-224-blur_vs_clean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use harrytechiz/vit-base-patch16-224-blur_vs_clean with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="harrytechiz/vit-base-patch16-224-blur_vs_clean")
    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("harrytechiz/vit-base-patch16-224-blur_vs_clean")
    model = AutoModelForImageClassification.from_pretrained("harrytechiz/vit-base-patch16-224-blur_vs_clean")
  • Notebooks
  • Google Colab
  • Kaggle
vit-base-patch16-224-blur_vs_clean / runs
12.9 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
harrytechiz's picture
harrytechiz
Duplicate from mansee/vit-base-patch16-224-blur_vs_clean
b779f11 over 2 years ago
  • Jul25_10-54-59_628a4864d230
    Duplicate from mansee/vit-base-patch16-224-blur_vs_clean over 2 years ago