ValueError: class 'jina_clip_v2.configuration_clip.JinaCLIPConfig'>

#21
by zhoudl5 - opened

ValueError: The model class you are passing has a config_class attribute that is not consistent with the config class you passed (model has <class 'jina_clip_v2.configuration_clip.JinaCLIPConfig'> and you passed <class 'transformers_modules.configuration_clip.JinaCLIPConfig'>. Fix one of those so they match!

I meet this error. How can I do to fix it?

Jina AI org

Hey @zhoudl5 can you share a code snippet to reproduce this?

Sign up or log in to comment