How to use EOS-ITC/Sat2Cap with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPVisionModelWithProjection tokenizer = AutoTokenizer.from_pretrained("EOS-ITC/Sat2Cap") model = CLIPVisionModelWithProjection.from_pretrained("EOS-ITC/Sat2Cap")
The community tab is the place to discuss and collaborate with the HF community!