kitchenbot-chat / tokenizer_config.json
bychwa's picture
Training in progress, step 500
e36f019 verified
Raw
History Blame Contribute Delete
457 Bytes
{
"backend": "tokenizers",
"bos_token": "<|bos|>",
"eos_token": "<|eos|>",
"extra_special_tokens": [
"<|user|>",
"<|assistant|>"
],
"is_local": true,
"local_files_only": false,
"max_length": 256,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|unk|>"
}