-
Notifications
You must be signed in to change notification settings - Fork 114
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
Trying to finetune on a dataset #174
Comments
Hi @marcopeix
|
Yes, I specified the
|
Could you print |
I managed to prepare the data. I manually split my dataset into a train/val set and saved the dataset using HF in the
data
directory` at the root of the repo like this:Then, I created a YAML configuration file for both training and validation. They are respectively in
/content/uni2ts/cli/conf/finetune/data/store_finetune.yaml
and/content/uni2ts/cli/conf/finetune/val_data/store_finetune.yaml
.The training YAML file is:
and the validation YAML file is:
Then, I run the training command as specified:
And it throws this error:
My questions:
offset
parameter in the validation YAML file?Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: