software-engineer-slm-1m / tokenizer_config.json
sathishphdai's picture
Upload folder using huggingface_hub
7d0c7c5 verified
raw
history blame contribute delete
182 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"model_max_length": 100000000000
}