How to use Soran/XCLIP_custom with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Soran/XCLIP_custom") model = AutoModel.from_pretrained("Soran/XCLIP_custom")
The community tab is the place to discuss and collaborate with the HF community!