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

lora finetunelarger galactica checkpoints #245

Closed
JonathanSchmidt1 opened this issue Aug 6, 2023 · 1 comment
Closed

lora finetunelarger galactica checkpoints #245

JonathanSchmidt1 opened this issue Aug 6, 2023 · 1 comment

Comments

@JonathanSchmidt1
Copy link

Thank you for the great codebase.
Is it possible to used this code base to lora finetune the larger galactica checkpoints?

@tushar2407
Copy link
Contributor

Yes!
You can do so by using the following code:

model = GenericLoraModel('<path of the checkpoint>')
model.finetune(dataset=<dataset>)

Hope this helps!

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

3 participants