-
Notifications
You must be signed in to change notification settings - Fork 386
Added new VLM blog to image-text-to-text
task
#1465
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
Conversation
- [Vision Language Models Explained](https://huggingface.co/blog/vlms) | ||
- [Welcome PaliGemma 2 – New vision language models by Google](https://huggingface.co/blog/paligemma2) | ||
- [SmolVLM - small yet mighty Vision Language Model](https://huggingface.co/blog/smolvlm) | ||
- [Multimodal RAG using ColPali and Qwen2-VL](https://github.com/merveenoyan/smol-vision/blob/main/ColPali_%2B_Qwen2_VL.ipynb) | ||
- [Image-text-to-text task guide](https://huggingface.co/tasks/image-text-to-text) |
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.
lol
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.
recursion ftw!
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.
sorry it should be https://huggingface.co/docs/transformers/tasks/image_text_to_text my fault
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.
Good idea to update, let's wait for @merveenoyan's review before merging :)
I was thinking about reviewing the whole task page and updating it with ideas from the blog but I'd do that in a separated PR 😄 |
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.
Nice! - no preference on the overhaul - you can do it in this or another (there's no rush)
- [Vision Language Models Explained](https://huggingface.co/blog/vlms) | ||
- [Welcome PaliGemma 2 – New vision language models by Google](https://huggingface.co/blog/paligemma2) | ||
- [SmolVLM - small yet mighty Vision Language Model](https://huggingface.co/blog/smolvlm) | ||
- [Multimodal RAG using ColPali and Qwen2-VL](https://github.com/merveenoyan/smol-vision/blob/main/ColPali_%2B_Qwen2_VL.ipynb) | ||
- [Image-text-to-text task guide](https://huggingface.co/tasks/image-text-to-text) |
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.
recursion ftw!
@sergiopaniego can you bring the bullet back with this link? https://huggingface.co/docs/transformers/tasks/image_text_to_text can't do suggestions for some reason |
Updated! Thanks for the pointer @merveenoyan 😄 |
Adding Vision Language Models (Better, Faster, Stronger) link and removing link to same page.
@pcuenca @Vaibhavs10 @merveenoyan