Fix a bug in finetune.py --use-mux (#1949)

This commit is contained in:
Tianxiang Zhao 2025-05-22 12:05:01 +08:00 committed by GitHub
parent fd8f8780fa
commit 30e7ea4b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,8 +140,8 @@ def add_finetune_arguments(parser: argparse.ArgumentParser):
type=str2bool,
default=False,
help="""
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
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
if you want to maintain the performance on the original domain
""",
)