mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-08-22 07:55:46 +08:00
[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:
committed by
GitHub
parent
d58ec6a0bc
commit
445163ab5e
@@ -44,7 +44,7 @@ class EvaluationArguments:
|
||||
)
|
||||
n_shot: int = field(
|
||||
default=5,
|
||||
metadata={"help": "Number of examplars for few-shot learning."},
|
||||
metadata={"help": "Number of exemplars for few-shot learning."},
|
||||
)
|
||||
save_dir: str | None = field(
|
||||
default=None,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user