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

example config file to run inference only on fine-tuned model #160

Open
richardehughes opened this issue Apr 26, 2024 · 1 comment
Open

Comments

@richardehughes
Copy link

Is it possible to provide a config file that shows how to run inference on an already fine-tuned model?

I have run the starter config, and it looks like the final PEFT model weights are in experiment/XXX/weights/.

So how do I re-run inference only (and possibly qa checks) on that model?

@benjaminye
Copy link
Contributor

This is not yet implemented in the CLI. I opened up a feature request to address this. #161

Meanwhile, here's a notebook you can use for inference on custom dataset. Just unzip and drop into project folder. The code is really simple and can be easily adapted into a script. Note: this probably won't work with pipx installation and requires pip.

Let me know if you have any issues running this! 😀

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