-
Notifications
You must be signed in to change notification settings - Fork 288
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
adding granite vision fine tuning recipe #283
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Thanks for your contribution! I think it could be even more impactful if you showcased a practical application of fine-tuning Granite.
Remember to also add your recipe to the list of most recent recipes on index.md
and remove the oldest one there (multi-agent order management system).
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Thank you @stevhliu for the quick review.
Thank you for the suggestion. I wanted to focus on a task the model wasn't trained on to demonstrate the model adaptation. Due to the large coverage in the training sets used, it was hard to find a "novel" vision-language dataset on hugging face.
Done |
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.
Cool, thanks again 🤗
What does this PR do?
A notebook demonstrating fine-tuning Granite Vision on a new task it wasn't originally trained on (geometric perception).
@merveenoyan @stevhliu