Elyon-0.9B / tokenizer_config.json
aixk's picture
Model save
59fe239 verified
raw
history blame contribute delete
322 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<|im_start|>",
"<eos>",
"<|nl|>",
"<|nl2|>"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}