Open conquer-pan opened 3 months ago
Since our training code is based on the llava framework for SFT and we have not modified any llava code, you can simply refer to the llava finetuning code. By converting your data into the format supported by the llava training scripts, you will be ready to start training.
Hi, @conquer-pan:
EvalAlign is essentially a finetuned LLaVA v1.6, you can just use the finetuning code provided by this repo.
Hi, @conquer-pan:
EvalAlign is essentially a finetuned LLaVA v1.6, you can just use the finetuning code provided by this repo.
thank!
Is the training code of the project open source? How do I train my model on my own data set? Please tell me