-
Notifications
You must be signed in to change notification settings - Fork 180
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
Finetuning #70
Comments
Did you ever figure this out I've been trying to do this with xtuner and I'm having some issues |
You can follow the https://github.com/NVlabs/VILA?tab=readme-ov-file#step-3-supervised-fine-tuning to start. We also plan to add some tutorial docs later. Could you list some datasets that you are going to finetune with? |
I've been working with the Supervised finetuning instructions and I'm running into some issues getting this to work.
|
which data you are going to add? |
I have a llava data set following this format. Do I need to define the splits in the json or something? data = {
"id": link,
"image": image_path,
"conversations": [
{
"from": "human",
"value": metadata,
},
{
"from": "gpt",
"value": response,
}
]
} the data set is a custom data set in the following format |
Hello @Lyken17 thanks for your awesome work on VILA1.5! Wondering if you have updates on the tutorial docs for finetuning? I was planning to finetune VILA on infrared videos so the docs/tutorials would be truly helpful. Any comments on this would be truly appreciated! Thanks a lot! :) |
Hi, I'm very new to the world of VLMs. Can I find an example of a multimodal dataset (e.g., something like image sequences + prompts + ground truth) for fine-tuning? |
Is it possible to finetune VILA through hugging face with a custom image dataset? I don't see any documentation about this.
The text was updated successfully, but these errors were encountered: