tiny-random-bert-remote-code / onnx /special_tokens_map.json
Jingya's picture
Jingya HF staff
Adding ONNX file of this model
6760e5c
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}