We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1630f commit d035663Copy full SHA for d035663
src/together/cli/api/finetune.py
@@ -188,7 +188,7 @@ def fine_tuning(ctx: click.Context) -> None:
188
@click.option(
189
"--train-on-inputs",
190
type=BOOL_WITH_AUTO,
191
- default="auto",
+ default=None,
192
help="Whether to mask the user messages in conversational data or prompts in instruction data. "
193
"`auto` will automatically determine whether to mask the inputs based on the data format.",
194
)
0 commit comments