Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Nick6154-dev
/
vit-base-patch16-224-clothes-filter

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 Nick6154-dev/vit-base-patch16-224-clothes-filter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Nick6154-dev/vit-base-patch16-224-clothes-filter with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Nick6154-dev/vit-base-patch16-224-clothes-filter")
    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("Nick6154-dev/vit-base-patch16-224-clothes-filter")
    model = AutoModelForImageClassification.from_pretrained("Nick6154-dev/vit-base-patch16-224-clothes-filter")
  • Notebooks
  • Google Colab
  • Kaggle
vit-base-patch16-224-clothes-filter / runs
40.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Nick6154-dev's picture
Nick6154-dev
End of training
3e41e34 verified about 2 years ago
  • Feb22_02-39-49_6e171dfc349c
    End of training about 2 years ago