Skip to content
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

Llama-3.2-11B-Vision-Instruct for Multimodal RAG Search #343

Open
pin-lpt opened this issue Oct 4, 2024 · 0 comments
Open

Llama-3.2-11B-Vision-Instruct for Multimodal RAG Search #343

pin-lpt opened this issue Oct 4, 2024 · 0 comments

Comments

@pin-lpt
Copy link

pin-lpt commented Oct 4, 2024

On the model card, it states that the model can be used for Image-Text Retrieval.
"Image-Text Retrieval: Image-text retrieval is like a matchmaker for images and their descriptions. Similar to a search engine but one that understands both pictures and words."
I tried extracting last hidden state after loading it from MllamaVisionModel and MllamaTextModel with AutoProcessor, which produced shape of [1, 1, 4, 1601, 7680] and [1,5,4096] respectively.
Anyone tried to use Llama3.2 for similiar purposes? It seems vague from the documentation whether it can be used for this purpose and how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant