5m-text-generator / tokenizer_config.json
CodeDevX's picture
Upload tokenizer_config.json with huggingface_hub
7b8590c verified
Raw
History Blame Contribute Delete
259 Bytes
{
"backend": "tokenizers",
"bos_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}