MoLFormer-XL-both-10pct / special_tokens_map.json
shoffman's picture
Upload pretrained checkpoint and tokenizer files
44a1a31
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "<bos>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "<eos>",
"unk_token": "<unk>"
}