Skip to content
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

The Training Data Pipeline #10

Open
lixu6-alt opened this issue Oct 30, 2024 · 1 comment
Open

The Training Data Pipeline #10

lixu6-alt opened this issue Oct 30, 2024 · 1 comment

Comments

@lixu6-alt
Copy link

Dear authors:

MoVA is a really impressive work! I am working on a similar idea of using the text instruction to guide the fusion of image tokens in MLLMs. However, I encountered an issue thesedays: the LLaVA-665K finutuning dataset contains a lot of multi-turn conversations which means one sample can involve multiple instructions . In this case, do we need to split each multi-turn conversation sample into multiple single-turn conversation samples (since we can only encode one text instruction for one sample in a forward computation)?

Thanks!

@TempleX98
Copy link
Owner

During training, we keep the original data format and directly concatenate these multi-round questions into a single question for instruction-aware extraction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants