bert-base-german-cased / onnx /special_tokens_map.json
fxmarty's picture
fxmarty HF staff
Adding ONNX file of this model (#4)
55717ce
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}