Fix a bug in finetune.py --use-mux

This commit is contained in:
Redemption 2025-05-22 11:58:58 +08:00
parent fd8f8780fa
commit b05b2604e9

View File

@ -140,8 +140,8 @@ def add_finetune_arguments(parser: argparse.ArgumentParser):
type=str2bool, type=str2bool,
default=False, default=False,
help=""" help="""
Whether to adapt. If true, we will mix 5% of the new data Whether to adapt. If true, we will mix 5%% of the new data
with 95% of the original data to fine-tune. This is useful with 95%% of the original data to fine-tune. This is useful
if you want to maintain the performance on the original domain if you want to maintain the performance on the original domain
""", """,
) )