-
Notifications
You must be signed in to change notification settings - Fork 49
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: Part 1 - Add FineTuning API #201
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #201 +/- ##
=======================================
Coverage 61.71% 61.71%
=======================================
Files 14 14
Lines 1191 1191
=======================================
Hits 735 735
Misses 418 418
Partials 38 38 ☔ View full report in Codecov by Sentry. |
…: add new data config and add params to training config
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.
When you change the location of docker file, you need to update the READMEs that refer to the directory such as https://github.com/Azure/kaito/tree/main/presets/models/llama2.
Replace all string "training" to "tuning", here and there.
…to Ishaan/llm-tuning
PEFT - LoRA for Fine-Tuning LLMs
This PR is Part 1 in PRs that will integrate fine tuning into Kaito. This PR is base API code. Future PRs will allow you to specify custom dataset, load config from configmap, and upload training results as image to ACR.