poolbench-bert-scorers / code_docs /special_tokens_map.json
nips234678's picture
PoolBench upload 2026-05-05 23:19 UTC
d46ddbe verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}