Files
cyberslm-base/tokenizer_config.json

9 lines
223 B
JSON
Raw Permalink Normal View History

{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 2048,
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"clean_up_tokenization_spaces": false
}