generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SFT] add SFT Trainer Config dataclass (#1530)
* initial SFT Config * remove pdb * fix chat_template * undo formatting * add back removed commits * fix the tests * add back options to SftScriptArguments * use sft_script_args * Update trl/commands/cli_utils.py Co-authored-by: lewtun <lewis.c.tunstall@gmail.com> * Update trl/commands/cli_utils.py Co-authored-by: lewtun <lewis.c.tunstall@gmail.com> * rename SFTScriptArguments and split names * formatting docstrings * docstring --------- Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
- Loading branch information
Showing
11 changed files
with
519 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.