fuse-1-Lite-4bit / tokenizer_config.json
Akahsizrr's picture
Upload folder using huggingface_hub
4f31185 verified
Raw
History Blame Contribute Delete
471 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"legacy": false,
"local_files_only": false,
"max_length": 512,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"use_default_system_prompt": false
}