-
Notifications
You must be signed in to change notification settings - Fork 658
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
feat: Naive finetuning #93
Conversation
@@ -0,0 +1,321 @@ | |||
audio_files|captions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opted to omit from git lfs
to avoid setup complexity (since we don't really gain much)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
358fc04
to
d18144c
Compare
84db8e9
to
5efe403
Compare
The base branch was changed.
5efe403
to
a5bf07d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nit, good to go!
8ddbfe3
to
c376ead
Compare
Taking the approach of freezing the entire LLM other than the
[-last_n_blocks_to_finetune:]
& the last norm layer. Using the "default" hyperparams, we're seeing ~12Gb VRAM usage.