quantized_knowledge_graph_nlp_onnx / special_tokens_map.json
vishnun's picture
Upload with huggingface_hub
7c7b26c
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}