Instructions to use ProbeX/Model-J__SupViT__model_idx_0112 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProbeX/Model-J__SupViT__model_idx_0112 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ProbeX/Model-J__SupViT__model_idx_0112") 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("ProbeX/Model-J__SupViT__model_idx_0112") model = AutoModelForImageClassification.from_pretrained("ProbeX/Model-J__SupViT__model_idx_0112", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6bacb24667fc3104bd28fcd98a6f281a937b416fa63b14dae60ee589c1edb940
- Size of remote file:
- 5.37 kB
- SHA256:
- 8cff08f32cdb6b120c616bc3031e9d8c41be2c2c44d732d7a385dce6fbf469db
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.