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