Ant-5M / tokenizer_config.json
GODELEV's picture
Upload tokenizer_config.json with huggingface_hub
7db68fa verified
raw
history blame contribute delete
329 Bytes
{
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 4096,
"pad_token": "[PAD]",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"unk_token": "[UNK]"
}