-
Notifications
You must be signed in to change notification settings - Fork 58
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
Is finetuning of LLaVA-CoT not available yet? (2024/11/26) #8
Comments
No, you can finetune the model using exactly the method as Llama-3.2-11B-Vision-Instruct. |
Thank you for that. But since I am not familiar with Llama-recipe, did you have to upload the custom dataset to Huggingface? I can try it as well but I am thinking of using the dataset in my local directory of my linux server. I think I am suffering for the dataset setting since the settings for that are quite different from LLaVA-v1.5 and v1.6 on which I have been originally focusing on. |
Yes, the dataset is available at https://huggingface.co/datasets/Xkev/LLaVA-CoT-100k. |
Thank you for releasing this model. I tried finetuning this model with my custom dataset using this script from LLaVA. However, I think I will have to set the version, visual encoder, and so on in order to use the model for finetuning, so I don't think I can do that now.
So far, since it says "Stay tuned! Our code, dataset, and pretrain weights are coming soon." here (2024 November 26th), is finetuning not available at the moment? If so, how can I finetune this model for now?
Thank you.
The text was updated successfully, but these errors were encountered: