Files
numinao14-new/tokenizer_config.json

18 lines
451 B
JSON
Raw Normal View History

{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": false,
"max_length": 1024,
"model_max_length": 131072,
"pad_token": "<|endofprompt|>",
"padding_side": "left",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "�"
}