Echo-TDM / special_tokens_map.json
aydndglr's picture
Upload 6 files
e7a8672 verified
raw
history blame contribute delete
182 Bytes
{
"bos_token": "<SOS>",
"cls_token": "<CLS>",
"eos_token": "<EOS>",
"mask_token": "<MASK>",
"pad_token": "<PAD>",
"sep_token": "<SEP>",
"unk_token": "<UNK>"
}