-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
docs: feat: add llama2 notebook resources from OSSCA community #26076
Conversation
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, thanks for creating a notebook! 🤗
I wasn't able to get the code in it to run successfully though. I get the following error because I think in your implementation of the TrainingArgument
class you have batch_size
instead of per_device_train_batch_size
?
TypeError: TrainingArguments.__init__() got an unexpected keyword argument 'per_device_train_batch_size'
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
@stevhliu I messed up my code while polishing some variable names. |
Cool, it works now; feel free to mark this as ready, and then we can merge! |
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.
Great work! 🎉
What does this PR do?
Adds a notebook resource of LLaMA2 on how to fine-tune LLaMA2 as a Korean text classifier.
The notebook is created by our OSSCA community.
Part of #20055
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
May you please review this PR?
@bolizabeth, @nuatmochoi, @heuristicwave, @mjk0618, @keonju2, @harheem, @HongB1, @junejae, @54data, @seank021, @augustinLib, @sronger, @TaeYupNoh, @kj021, @eenzeenee