How would I load this into the CLIPModel from transformers?

#1
by sstoica12 - opened

To use this, can I just load these weights into the CLIPModel from hugging face or do something like model = CLIPModel(configuration), where configuration is topen_clip_config.json? That way CLIP has the weights from the hyperbolic version: MERU?

Thank you!

Sign up or log in to comment