iphone-distilbert / special_tokens_map.json
konrad-wesub's picture
Loading the model via web interface
db3b54f
raw
history blame contribute delete
144 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}