bark / special_tokens_map.json
ylacombe's picture
ylacombe HF staff
448f9ad56731748a537d3d42ed08cfb72fd0fb585ffb6edbd21cb979b7e1e71e
5feae55
raw
history blame
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}