Skip to content
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

[README] updating weights / training model #143

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1_instruction_tuning/supervised_fine_tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For example, if you're developing a customer service application, you might want

## The Fine-Tuning Process

The supervised fine-tuning process involves training model weights on a task-specific dataset.
The supervised fine-tuning process involves adjusting a model's weights on a task-specific dataset.

First, you'll need to prepare or select a dataset that represents your target task. This dataset should include diverse examples that cover the range of scenarios your model will encounter. The quality of this data is important - each example should demonstrate the kind of output you want your model to produce. Next comes the actual fine-tuning phase, where you'll use frameworks like Hugging Face's `transformers` and `trl` to train the model on your dataset.

Expand Down