Skip to content
Snippets Groups Projects

Charset should only include training characters

Merged Manon Blanco requested to merge training-charset into main
All threads resolved!
Files
9
@@ -113,6 +113,12 @@ def add_extract_parser(subcommands) -> None:
""",
required=False,
)
parser.add_argument(
"--unknown-token",
type=str,
help="Token to use to replace character in the validation/test sets that is not included in the training set.",
+5
default="?",
)
parser.add_argument(
"--tokens",
type=pathlib.Path,
Loading