Roger Taylor

rogermt
Β·

AI & ML interests

None yet

Recent Activity

updated a Space about 1 month ago
rogermt/OpenWebUi
liked a Space about 1 month ago
llamaindex/multimodal_vdr_demo
liked a Space about 2 months ago
ginipick/time-machine
View all activity

Organizations

None yet

rogermt's activity

liked a Space about 2 months ago
reacted to merve's post with πŸ‘ 5 months ago
view post
Post
5604
I have put together a notebook on Multimodal RAG, where we do not process the documents with hefty pipelines but natively use:
- vidore/colpali for retrieval πŸ“– it doesn't need indexing with image-text pairs but just images!
- Qwen/Qwen2-VL-2B-Instruct for generation πŸ’¬ directly feed images as is to a vision language model with no processing to text!
I used ColPali implementation of the new 🐭 Byaldi library by @bclavie πŸ€—
https://github.com/answerdotai/byaldi
Link to notebook: https://github.com/merveenoyan/smol-vision/blob/main/ColPali_%2B_Qwen2_VL.ipynb