from local

This commit is contained in:
dohe0342 2023-01-08 18:47:47 +09:00
parent 47acc91729
commit fdbbfc559f
2 changed files with 1 additions and 2 deletions

View File

@ -174,8 +174,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
parser.add_argument(
"--group-size",
type=int,
default=4,
help="How many left context can be seen in chunks when calculating attention.",
default=12,
)