typewriter-1913-v2-selfinstruct / tokenizer_config.json
Luoxiaoxi's picture
Upload folder using huggingface_hub
55ef365 verified
Raw
History Blame Contribute Delete
335 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"is_local": true,
"local_files_only": true,
"model_max_length": 8192,
"pad_token": "<|im_end|>",
"tokenizer_class": "TokenizersBackend",
"vocab_size": 32000
}