Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
protectai
/
bert-base-NER-onnx
like
2
Follow
Protect AI
71
Token Classification
Transformers
ONNX
conll2003
English
bert
ner
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
2cde92b
bert-base-NER-onnx
/
special_tokens_map.json
asofter
Upload special_tokens_map.json with huggingface_hub
77bb6d1
about 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}