AhiskaAI-308m-Instruct-v0.2 / tokenizer_config.json
YunusEmreSaidoglu's picture
Upload 4 files
921c3da verified
Raw
History Blame Contribute Delete
404 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"is_local": true,
"max_length": 1024,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}