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

微调IP_adapter,请问如何生成对应的训练数据集?按照普通的全参微调生成的数据进行微调,报错。 #228

Open
RobinHan24 opened this issue Jan 8, 2025 · 1 comment

Comments

@RobinHan24
Copy link

ValueError: group_length must be a dict, but got <class 'list'>
You may using a vanilla Index V2 file. Try ArrowIndexV2 instead.

@zml-ai
Copy link
Collaborator

zml-ai commented Jan 12, 2025

It seems that you didn't create index v2 first and then make multiple buckets.
It's recommended to create the index file for a single resolution first. You can refer to the code like this: idk base -c dataset/yamls/porcelain.yaml -t dataset/porcelain/jsons/porcelain.json. And in the training script, cancel the instruction of --multireso for multiple buckets.

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