-
Notifications
You must be signed in to change notification settings - Fork 101
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
How to test a finetuned model on custom dataset? #82
Comments
https://github.com/SalesforceAIResearch/uni2ts/blob/main/cli/conf/finetune/model/moirai_small.yaml Please see these 2 files, depending if you want to load the huggingface_hub file or the lightning checkpoint. |
Hi @gorold, I'm having a couple of issues with the model fine-tuning and loading process:
Any guidance you can provide on these two points would be greatly appreciated. Let me know if you need any additional information from me. Thanks! |
@dany4142 Hey check your
Maybe you didn't set the validation set properly or maybe the |
@linyuan13 Hey I tested it in notebook, which looks like:
|
My findtuned model based on moirai_1.0_R_small was saved in
outputs/finetune/moirai_1.0_R_small
folder. I wonder how can I use/load this fine-tuned model for evaluation.Could you provide more examples/explanations on it? Thank you.
The text was updated successfully, but these errors were encountered: