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

  • Log In
  • Sign Up

magicslabnu
/
OutEffHop_vit_small_patch16_224

Image Classification
Transformers
Safetensors
vit
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use magicslabnu/OutEffHop_vit_small_patch16_224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="magicslabnu/OutEffHop_vit_small_patch16_224", trust_remote_code=True)
    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("magicslabnu/OutEffHop_vit_small_patch16_224", trust_remote_code=True)
    model = AutoModelForImageClassification.from_pretrained("magicslabnu/OutEffHop_vit_small_patch16_224", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
OutEffHop_vit_small_patch16_224
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
robinzixuan's picture
robinzixuan
Update README.md
7fdac26 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    155 Bytes
    Update README.md over 1 year ago
  • config.json
    46.5 kB
    Update config.json almost 2 years ago
  • configuration_vit.py
    5.64 kB
    Upload 2 files almost 2 years ago
  • model.safetensors
    88.2 MB
    xet
    push almost 2 years ago
  • modeling_vit.py
    40.3 kB
    Upload 2 files almost 2 years ago
  • preprocessor_config.json
    578 Bytes
    push almost 2 years ago