16 lines
435 B
JSON
16 lines
435 B
JSON
|
|
{
|
||
|
|
"add_prefix_space": false,
|
||
|
|
"backend": "tokenizers",
|
||
|
|
"bos_token": "<|im_start|>",
|
||
|
|
"clean_up_tokenization_spaces": false,
|
||
|
|
"eos_token": "<|im_end|>",
|
||
|
|
"extra_special_tokens": {},
|
||
|
|
"is_local": true,
|
||
|
|
"legacy": true,
|
||
|
|
"model_max_length": 32768,
|
||
|
|
"pad_token": "<|endoftext|>",
|
||
|
|
"sp_model_kwargs": {},
|
||
|
|
"spaces_between_special_tokens": false,
|
||
|
|
"tokenizer_class": "PreTrainedTokenizerFast",
|
||
|
|
"unk_token": "<|endoftext|>"
|
||
|
|
}
|