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