Dialog_Topic_segmentation_v1 / special_tokens_map.json
roy
test
5b5aac5
raw
history blame contribute delete
173 Bytes
{
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"bos_token": "[CLS]",
"eos_token": "[SEP]"
}