PyTorch
Safetensors
English
nomic_bert
custom_code
nomic-bert-2048 / special_tokens_map.json
hsila's picture
Upload 10 files
b0d0f1f verified
raw
history blame contribute delete
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}