-
Notifications
You must be signed in to change notification settings - Fork 121
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 load a fine-tuned model for predictions #183
Comments
Hi @marcopeix , it is supposed to be stored in |
HI @chenghaoliu89 , there are no errors during fine-tuning and the process runs fine. When I run
What am I missing? Thanks for your help! |
Hi @marcopeix could you try the fine-tuning example case in readme.md first and see if you can get the model checkpoint file. |
Hello expert: |
Once fine-tuning is done, I know the model is saved according to the path specified here, in the YAML file.
However, I don't see any checkpoints there. I only see .log files and a Hydra yaml.
Did I miss something? I used the default YAML config with no modifications.
In my case, the model should be saved in
outputs/finetune/moirai_1.0_R_small/store_finetune/store_sales_finetune
.The text was updated successfully, but these errors were encountered: