-
Notifications
You must be signed in to change notification settings - Fork 254
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
Guide to finetune on custom dataset #251
Comments
Update I was able to resolve the issue by changing train_file from
to
and modify the train.json as below:
I get the following issue now.
The model checkpoint was downloaded from here and it does not have the optimizer,scheduler,model keys with it. Could we just change the following 2 lines
to
|
Hi there @vishalk2999 Now when I am trying to run, I am getting this error:
The "text_input" over here are the batched QA pairs in the following format: AM I MISSING SOMETHING?? |
I have created a dataset in the following format:
train.json is in the following format:
How to prepare a custom dataset and what are the changes I need to do in order to train on this custom dataset for stage3 finetuning.
I have set the train_file variable of config_7b_stage3.py to the path of this train.json and i get the following error:
Could you please help in understading the steps and changes required to train on a custom dataset
The text was updated successfully, but these errors were encountered: