diffusionlm-from-scratch / tokenizer_config.json
tchauffi's picture
Add tokenizer config
61058c3 verified
Raw
History Blame Contribute Delete
233 Bytes
{
"backend": "tokenizers",
"eos_token": "<|endoftext|>",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}