mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Make quote style consistent (#891)
This commit is contained in:
committed by
GitHub
parent
9276edbc37
commit
7ca7c47e4a
@@ -446,7 +446,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
parser.add_argument(
|
||||
"--average_embeddings",
|
||||
action='store_true',
|
||||
action="store_true",
|
||||
default=False,
|
||||
help=(
|
||||
"Average the output embeddings from all tokens instead of using"
|
||||
@@ -480,7 +480,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
parser.add_argument(
|
||||
"--no_padding",
|
||||
action='store_true',
|
||||
action="store_true",
|
||||
default=False,
|
||||
help=(
|
||||
"Disable padding, which means each example may have a different length."
|
||||
@@ -517,7 +517,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
parser.add_argument(
|
||||
"--disable_causal_mask",
|
||||
action='store_true',
|
||||
action="store_true",
|
||||
default=False,
|
||||
help=(
|
||||
"Disables the causal attention mask."
|
||||
|
||||
Reference in New Issue
Block a user