sbert-base-ja-arc / special_tokens_map.json
LeoChiuu's picture
Add new SentenceTransformer model.
fdb3656 verified
raw
history blame
No virus
286 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}