-
Notifications
You must be signed in to change notification settings - Fork 216
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
[workflow] Add Phi-4 Finetuning Example #1308
base: develop
Are you sure you want to change the base?
[workflow] Add Phi-4 Finetuning Example #1308
Conversation
4095bb9
to
c4eb107
Compare
|
|
changes made in 6ebb95e |
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.
Almost there. A few polish tips:
- Heading styles inconsistent across the notebook. Suggest using h1 for title (i.e. single # in markdown) and h2 for sections, h3 for sub-sections. Note that I don't mean to enforce using h1-h2-h3. Some notebooks are also good with just h1 and h3.
- Update PR description (since now not using gradio)
- Re-run the notebook and include cell outputs. As mentioned in previous notebook PRs, having cell outputs is useful for the user. This helps a user guess whether the notebook is worth their time investment very quickly.
@MasterSkepticista I have a different view on keeping the cell output in notebook. It hampers the readability, these examples are there for reference purpose to demonstrate capability. |
|
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.
Looking good @rajithkrishnegowda, just some minor questions/comments
Looks good to me |
Thanks for the updates @rajithkrishnegowda , it looks polished now! |
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.
thanks for the changes, LGTM!
This PR adds Phi-4 Finetuning example using Workflow API.