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

stage2.sh #13

Open
lhqxcc opened this issue Jan 15, 2025 · 1 comment
Open

stage2.sh #13

lhqxcc opened this issue Jan 15, 2025 · 1 comment

Comments

@lhqxcc
Copy link

lhqxcc commented Jan 15, 2025

Thank you very much for your outstanding work. When using your stage2.sh script for training, I encountered two questions:

  1. Is the llava-158k you used composed of complex_reasoning_77k.json, conversation_58k.json, and detail_23k.json combined, or is it separately llava_instruct_150k.json?

  2. In your script, you wrote: dataset_name VisualGenomeDataset@InstructCaptionDataset@VQAv2Dataset@AOKVQADataset@FlickrEntityDataset, but it results in the following error.

image
** module 'pink.datasets' has no attribute 'InstructCaptionDataset'. Did you mean: 'PretrainCaptionDataset'?**

Can I directly replace it with LLaVA?

@SY-Xuan
Copy link
Owner

SY-Xuan commented Jan 16, 2025

Sorry for the typo. This dataset should be LLaVADataset. You can use the dataset of LLaVA v1.

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