zenith-lora / tokenizer_config.json
alden4445's picture
Upload tokenizer
d0f3460 verified
Raw
History Blame Contribute Delete
355 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|end_of_text|>",
"tokenizer_class": "TokenizersBackend"
}