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

Q: is the auto-saved model to be used instead of lag-llama.ckpt ? #86

Open
kenadianu opened this issue Jun 27, 2024 · 1 comment
Open

Comments

@kenadianu
Copy link

During fine-tuning the models are automatically saved, the best being, say
\lag-llama-main\lightning_logs\version_12\checkpoints\epoch=34-step=5678.ckpt'
(this is displayed on the console)

For subsequent prediction, with zero-shot, should I provide LagLlamaEstimator(...) with
epoch=34-step=5678.ckpt instead of lag-llama.ckpt ? Thank you.

@ashok-arjun
Copy link
Contributor

Hi, if you're using finetuning, then the evaluation is no longer "zero-shot". And yes, you should provide the right (latest) checkpoint if you want to evaluate results on that checkpoint.

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