my-model / tokenizer_config.json
sgjwong's picture
https://huggingface.co/sgjwong/babylm_test
948c16b verified
raw
history blame contribute delete
324 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "</s>",
"extra_special_tokens": [
"<|user|>",
"<|bot|>",
"<|end|>"
],
"mask_token": "<mask>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}