Skip to content

Enhance LLaVA dataset processing with optional text preprocessing #1000

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wanghao9610
Copy link

@wanghao9610 wanghao9610 commented Mar 9, 2025

Dear XTuner Contributors,

Thank you for providing the open-source code for MLLM. I noticed that the process_hf_dataset function in the LLaVADataset takes several minutes to preprocess text data each time the program starts. In contrast, some other repositories (e.g., Original LLaVA, LLaVA-Next) handle text data preprocessing during training.

To address this, I have proposed an enhancement to the LLaVA dataset processing by introducing optional text preprocessing. This modification eliminates the need to preprocess text data at runtime, improving efficiency.

I kindly request you review my code and consider merging my PR.

Best regards,

wanghao9610

@wanghao9610
Copy link
Author

@LZHgrla @HIT-cwh This PR includes updates to the popular LLaVADataset. Could you kindly review it at your earliest convenience? Thanks!

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

Successfully merging this pull request may close these issues.

1 participant