config.json missing

#1
by ZYXue - opened

I run the codes as:
"""
model = CLIPModel.from_pretrained("laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K").to(device)
processor = CLIPProcessor.from_pretrained("laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K")
"""
and the errors are
"""
OSError: laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K does not appear to have a file named config.json. Checkout 'https://huggingface.co/laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K/main' for available files.
"""

Could you please tell me how can I upload this checkpoint by using the hugging face library?

Sign up or log in to comment