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