Filippo B's picture
7 3

Filippo B

Filippo
Β·

AI & ML interests

NLP, data-intensive applications, cloud data platforms, information retrieval, workflows orchestration

Recent Activity

updated a collection about 2 months ago
Search and retrieval
updated a collection about 2 months ago
Search and retrieval
View all activity

Organizations

Filippo's activity

upvoted an article 8 days ago
view article
Article

Self-Hosting LLaMA 3.1 70B (or any ~70B LLM) Affordably

By abhinand β€’
β€’ 10
Reacted to merve's post with πŸ”₯ about 2 months ago
view post
Post
5516
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
upvoted an article about 2 months ago
view article
Article

ColPali: Efficient Document Retrieval with Vision Language Models πŸ‘€

By manu β€’
β€’ 165