You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to integrate the ViT from the Qwen2-VL model into the module. According to the documentation, it states:
"The LAVIS library includes a standard model module that builds the foundation for many major language-vision models such as ALBEF, BLIP, ALPRO, and CLIP."
Could anyone guide me on how to add this custom model (ViT of Qwen2-VL) to the module?
Do I need to implement the entire architecture and other components?
The text was updated successfully, but these errors were encountered:
Hi everyone,
I want to integrate the ViT from the Qwen2-VL model into the module. According to the documentation, it states:
"The LAVIS library includes a standard model module that builds the foundation for many major language-vision models such as ALBEF, BLIP, ALPRO, and CLIP."
Could anyone guide me on how to add this custom model (ViT of Qwen2-VL) to the module?
Do I need to implement the entire architecture and other components?
The text was updated successfully, but these errors were encountered: