-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[GenAI] SFT Example #7316
[GenAI] SFT Example #7316
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7316 +/- ##
==========================================
+ Coverage 68.87% 68.88% +0.01%
==========================================
Files 1470 1473 +3
Lines 274005 274202 +197
Branches 28403 28418 +15
==========================================
+ Hits 188717 188883 +166
- Misses 77970 77999 +29
- Partials 7318 7320 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Amazing work @LittleLittleCloud.
LGTM.
We are excited to review your PR.
So we can do the best job, please check:
Fixes #nnnn
in your description to cause GitHub to automatically close the issue(s) when your PR is merged.This PR adds the necessary bits for supervised fine-tuing LLM #7325 , which is also pre-requisite of #7287 and #7288