Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
dslim
/
bert-large-NER
like
141
Token Classification
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
ONNX
Safetensors
conll2003
English
bert
Eval Results
Inference Endpoints
arxiv:
1810.04805
License:
mit
Model card
Files
Files and versions
Community
7
Train
Deploy
Use this model
f9f2a5f
bert-large-NER
/
special_tokens_map.json
system
HF staff
Update special_tokens_map.json
f9f2a5f
about 4 years ago
raw
Copy download link
history
blame
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}