pubchem_selfies_tokenizer_wordlevel / tokenizer_config.json
zpn's picture
Upload tokenizer
409b4a8
raw
history blame
No virus
200 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}