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

Add LoRA, QLoRA fine-tuning for HF models #97

Closed
VictorOdede opened this issue Jul 25, 2023 · 11 comments · Fixed by #244
Closed

Add LoRA, QLoRA fine-tuning for HF models #97

VictorOdede opened this issue Jul 25, 2023 · 11 comments · Fixed by #244
Labels
feat/enhancement New feature or request help wanted Extra attention is needed SWAG

Comments

@VictorOdede
Copy link
Collaborator

VictorOdede commented Jul 25, 2023

Current onsite LLM class uses full parameter fine-tuning which costly. LoRA fine-tuning will require less memory and prevent overfitting by freezing the pretrained weights.

@cartazio
Copy link
Contributor

yeah, sounds good

@mmirman mmirman added feat/enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed $200 SWAG labels Aug 6, 2023
@bilal-aamer
Copy link
Contributor

Hey @VictorOdede, I'd like to work on this.

@VictorOdede
Copy link
Collaborator Author

Kindly mention this in the engineering channel on Discord then @mmirman or @cartazio will give you the green light.

Hey @VictorOdede, I'd like to work on this.

@mmirman
Copy link
Contributor

mmirman commented Aug 7, 2023

@bilal-aamer We certainly won't stop you from working on it :-) but it'd be good to get on a call with @abhigya-sodani to see what is useful to know before starting it!

@bilal-aamer
Copy link
Contributor

Sure will do! Did some due diligence already, need some pointers from @abhigya-sodani.

@abhigya-sodani
Copy link
Collaborator

sure bilal lets get on a call soon

@harivamsi9
Copy link

If someone is not actively working on this, I can take up this task

@cartazio
Copy link
Contributor

cartazio commented Aug 14, 2023 via email

@abhigya-sodani
Copy link
Collaborator

#7 is also applicable/related to this ticket

@berkay3500
Copy link
Contributor

Is there any team working on this issue?

@cartazio
Copy link
Contributor

if youre confident you can bang something together, have at it! this one of the more complex open tickets, so be honest with yourself! that said, worst case you learn something!

@mmirman mmirman removed the good first issue Good for newcomers label Aug 23, 2023
@mmirman mmirman removed the feature label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat/enhancement New feature or request help wanted Extra attention is needed SWAG
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants