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

Finetuning multiple datasets #288

Open
kobel240 opened this issue Feb 8, 2022 · 1 comment
Open

Finetuning multiple datasets #288

kobel240 opened this issue Feb 8, 2022 · 1 comment

Comments

@kobel240
Copy link

kobel240 commented Feb 8, 2022

Lets say Ive 2 different datasets and I want to train them into one model. Would I need to combine the two files into one first and then finetune it? Or can I run two separate runs? I would reckon having to combine them first would cause memory problems when working with a lot of data... but Ive tried running them separately after another but that just messes it up. How would I go about doing this?

@aletote
Copy link

aletote commented Feb 18, 2022

In my experience neither works. When I run the 2 files into one, it treats them as different from each other and generates either one kind or the other. And if I train first one and then the other, the last one overwrites the first one.

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