Skip to content

Commit bbaf7e3

Browse files
committed
Fix simpo default
1 parent 5151fd5 commit bbaf7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/cli/api/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def fine_tuning(ctx: click.Context) -> None:
163163
@click.option(
164164
"--simpo-gamma",
165165
type=float,
166-
default=0.1,
166+
default=0.0,
167167
help="SimPO gamma parameter (only used when '--training-method' is 'dpo')",
168168
)
169169
@click.option(

0 commit comments

Comments
 (0)