[misc] fix typos in comments and help text (#10633)

Co-authored-by: Karunanidhi Mishra <11963379+kmishra1204@users.noreply.github.com>
This commit is contained in:
Karunanidhi Mishra
2026-07-07 04:30:34 -05:00
committed by GitHub
parent d58ec6a0bc
commit 445163ab5e
5 changed files with 8 additions and 8 deletions

View File

@@ -385,7 +385,7 @@ class BAdamArgument:
"help": (
"The mode of the mask for BAdam optimizer. "
"`adjacent` means that the trainable parameters are adjacent to each other, "
"`scatter` means that trainable parameters are randomly choosed from the weight."
"`scatter` means that trainable parameters are randomly chosen from the weight."
)
},
)
@@ -530,7 +530,7 @@ class FinetuningArguments(
)
freeze_vision_tower: bool = field(
default=True,
metadata={"help": "Whether ot not to freeze the vision tower in MLLM training."},
metadata={"help": "Whether or not to freeze the vision tower in MLLM training."},
)
freeze_multi_modal_projector: bool = field(
default=True,