Image Classification
Transformers
Safetensors
English
metaclip_2
text-generation-inference
open-scene
Instructions to use prithivMLmods/MetaCLIP-2-Open-Scene with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/MetaCLIP-2-Open-Scene with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/MetaCLIP-2-Open-Scene") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/MetaCLIP-2-Open-Scene") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/MetaCLIP-2-Open-Scene", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5bf11c1bd3fb4d291660f4f67162467f95a789db02c486d9b6317a1f985fdba8
- Size of remote file:
- 86.7 MB
- SHA256:
- 2d793bb7e31fe1522ed7baa3af0fcc747982f07f02d3ad5594e2cc34905eb4f0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.