How to use fushh7/ObjEmbed-2B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="fushh7/ObjEmbed-2B")
# Load model directly from transformers import AutoProcessor, WeDetectEmbedding processor = AutoProcessor.from_pretrained("fushh7/ObjEmbed-2B") model = WeDetectEmbedding.from_pretrained("fushh7/ObjEmbed-2B")
The community tab is the place to discuss and collaborate with the HF community!