alibaba / EasyNLP

EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit
Apache License 2.0
2.03k stars 250 forks source link

Models and weights for ConaCLIP #327

Open justlike-prog opened 1 year ago

justlike-prog commented 1 year ago

Hi any way you could release the ConaCLIP models and weights soon? Referring to this paper ConaCLIP

jpWang commented 1 year ago

Hi, thanks for your attention to our work. ConaCLIP weights have been released as alibaba-pai/pai-conaclip-text2L-vit-small-patch16, alibaba-pai/pai-conaclip-text4L-vit-small-patch16 and alibaba-pai/pai-conaclip-text6L-vit-small-patch16. You can refer to, for example, Here, to load and use them.

justlike-prog commented 1 year ago

Is there a direct method to access the weights? Could you share the size in MB of the vision encoder on EC-ConaCLIP-2L so I can see if the size fits my requirements?

susht3 commented 1 year ago

Hi, thanks for your attention to our work. ConaCLIP weights have been released as alibaba-pai/pai-conaclip-text2L-vit-small-patch16, alibaba-pai/pai-conaclip-text4L-vit-small-patch16 and alibaba-pai/pai-conaclip-text6L-vit-small-patch16. You can refer to, for example, Here, to load and use them.

i can't find these models from : https://huggingface.co/alibaba-pai, how to download these models?

susht3 commented 1 year ago
1692003857465

only these models

Nashihikari commented 10 months ago

Hi, thanks for your attention to our work. ConaCLIP weights have been released as alibaba-pai/pai-conaclip-text2L-vit-small-patch16, alibaba-pai/pai-conaclip-text4L-vit-small-patch16 and alibaba-pai/pai-conaclip-text6L-vit-small-patch16. You can refer to, for example, Here, to load and use them.

Hi, how can I get the code or model of ConaCLIP method directly? I can't find it in the framework of EasyNLP