-
Notifications
You must be signed in to change notification settings - Fork 60
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
Request for Inference Code on Custom Datasets #101
Comments
Hello, I am also planning to fine-tune a model on my organized dataset. Could you please advise whether I should fine-tune the base model, or is it possible to continue fine-tuning the chat model? |
you have to update the videollama2 repository to the latest commit. then use the following script. just have to change the model path in the original inference script. thats all.
|
Hi Dongqi, Can you share your custom dataset finetuning code or repo with me |
I have also successfully fine-tuned the model using LoRA on my own dataset, but when I use the original inference script for inference, I find that the output values are all empty. Why? |
Hello,I'm a phD student from ZJU, I also use videollama2 to do my own research,we create a WeChat group to discuss some issues of videollama2 and help each other,could you join us? Please contact me: WeChat number == LiangMeng19357260600, phone number == +86 19357260600,e-mail == [email protected]. |
Hello,I'm a phD student from ZJU, I also use videollama2 to do my own research,we create a WeChat group to discuss some issues of videollama2 and help each other,could you join us? Please contact me: WeChat number == LiangMeng19357260600, phone number == +86 19357260600,e-mail == [email protected]. |
Dear VideoLLaMA2 Maintainers,
I have been using your library and successfully fine-tuned models with LoRA and QLoRA on my own dataset. However, I noticed that the repository does not include code for inference on custom datasets after fine-tuning.
Would it be possible to share or provide guidance on how to perform inference on a custom dataset using the fine-tuned models? It would greatly assist me in completing my project.
Thank you very much for your time and for maintaining such a valuable resource.
The text was updated successfully, but these errors were encountered: