Image Classification
Transformers
Safetensors
ortho_vit
computer-vision
vit
vision-transformer
orthogonal-residual-updates
imagenet
custom_code
Instructions to use BootsofLagrangian/ortho-vit-b-imagenet1k-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BootsofLagrangian/ortho-vit-b-imagenet1k-hf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="BootsofLagrangian/ortho-vit-b-imagenet1k-hf", trust_remote_code=True) pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("BootsofLagrangian/ortho-vit-b-imagenet1k-hf", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
1e6aa52 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:28f5766077a6f3cecc8ce69c880f994d9242747dcd09f71345c03a7652910484
size 106099
|