intermediate_checkpoints / tokenizer_config.json
wetsoledrysoul's picture
End of training (part 4)
1162eac verified
Raw
History Blame Contribute Delete
339 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 65536,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|endoftext|>"
}