-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Hackathon 8th No.36】Add gme-Qwen2-VL for PaddleMix #1103
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把这些图片去掉吧;用到的地方使用链接的方式(把图片拉到issue里,会生成相关的链接)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
py
文件都加上copyright吧;可以从已有的文件里copy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
Add gme-Qwen2-VL for PaddleMix
[New Feature] Implement GmeQwen2VL Model and Multimodal Inference Pipeline
Changes Proposed
Model Architecture & Inference Pipeline Implementation
paddlemix/models
.paddlemix/examples
, including text-to-image similarity calculation and information retrieval workflows.Functional Enhancements
"Find an image that matches the given text."
).get_fused_embeddings()
) and encoding functions for queries/databases (encode_queries()
/encode_corpus()
).Performance Validation