predBor-v1 / tokenizer_config.json
absltnull's picture
fixed the tokenizer not being able to load.
6334b06 verified
Raw
History Blame Contribute Delete
619 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"byte_fallback": true,
"clean_up_tokenization_spaces": false,
"eos_token": "<__end__>",
"extra_special_tokens": [
"<s>",
"</s>",
"<__end__>",
"<__end_turn__>"
],
"is_local": true,
"legacy": false,
"local_files_only": false,
"model_max_length": 4096,
"normalization_rule_name": "identity",
"pad_token": "<__end__>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"unk_id": 0,
"unk_token": "<unk>",
"use_fast": false
}