Recipe: Supervised Fine Tuning on Demonstrations with Unsloth#2273
Recipe: Supervised Fine Tuning on Demonstrations with Unsloth#2273virajmehta merged 34 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new recipe for supervised fine-tuning using Unsloth demonstrations, providing all necessary configuration and documentation for deployment and usage.
- Added an auto-generated requirements.txt for the SageMaker TGI deployment.
- Introduced a pyproject.toml with project settings and dependency declarations.
- Created a README with setup instructions using both uv and pip.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tensorzero-internal/fixtures/deployment/sagemaker-tgi/requirements.txt | Auto-generated dependency file for deployment. |
| recipes/supervised_fine_tuning/demonstrations/unsloth/pyproject.toml | Project configuration and dependency definitions. |
| recipes/supervised_fine_tuning/demonstrations/unsloth/README.md | Step-by-step setup and installation instructions. |
recipes/supervised_fine_tuning/demonstrations/unsloth/README.md
Outdated
Show resolved
Hide resolved
recipes/supervised_fine_tuning/demonstrations/unsloth/README.md
Outdated
Show resolved
Hide resolved
recipes/supervised_fine_tuning/demonstrations/unsloth/.devcontainer/devcontainer.json
Show resolved
Hide resolved
recipes/supervised_fine_tuning/demonstrations/unsloth/unsloth_nb.py
Outdated
Show resolved
Hide resolved
recipes/supervised_fine_tuning/demonstrations/unsloth/unsloth_nb.py
Outdated
Show resolved
Hide resolved
|
Generated with ❤️ by ellipsis.dev |
|
Generated with ❤️ by ellipsis.dev |
…ine-tune-with-unsloth
…ine-tune-with-unsloth
|
Generated with ❤️ by ellipsis.dev |
|
Generated with ❤️ by ellipsis.dev |
|
Generated with ❤️ by ellipsis.dev |
This recipe demonstrates how to do supervised fine tuning on demonstrations with unsloth.
Important
Adds a recipe for supervised fine-tuning using Unsloth, including setup, data preparation, model training, and deployment.
devcontainer.jsonfor Unsloth development environment setup.pyproject.tomlandrequirements.txt.unsloth_nb.py):This description was created by
for 0c66447. You can customize this summary. It will automatically update as commits are pushed.