TokenizerConfig¶
Module: fast_llm.data.preparation.tokenizer
Fields¶
bos_token—core-
Type:
strorNoneDefault:NoneBOS token to use if the tokenizer doesn't define one; must be an existing token.
path—core-
Type:
PathDefault:NonePath to the tokenizer file.
trust_remote_code—feature-
Type:
boolDefault:FalseAllow this tokenizer to load custom Python code shipped with its repository. Has no effect unless
--trust-remote-codeis also passed on the command line; both are required so a config file alone cannot enable remote-code execution.