-
Notifications
You must be signed in to change notification settings - Fork 291
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(peft): add llama token classification example #525
feat(peft): add llama token classification example #525
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks for contributing to GuidelinesThe examples repo is regularly tested against the ever-evolving ML stack. To facilitate our work, please adhere to the following guidelines:
is acceptable, but
is not. Avoid spaces and the
Before marking the PR as ready for review, please run your notebook one more time. Restart the Colab and run all. We will provide you with links to open the Colabs belowThe following colabs were changed |
Hey, can you just use
instead? |
Two extra small changes:
|
extra detail, use a relative path to the image, so when we merge the path to your branch is not needed |
The image is not in my fork of the |
add it to the folder then |
Adds notebook for Token Classification example for Fine-tuning llama 2 for Named Entity Recognition.
peft/
directory since there are other notebooks related to other articles hosted on my gists that should live onwandb/examples
.Request for Review: @tcapelle @soumik12345