Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
dslim
/
distilbert-NER
like
16
Token Classification
Transformers
TensorBoard
ONNX
Safetensors
conll2003
English
distilbert
Inference Endpoints
arxiv:
1810.04805
arxiv:
1910.01108
License:
apache-2.0
Model card
Files
Files and versions
Metrics
Training metrics
Community
4
Train
Deploy
Use this model
539f299
distilbert-NER
/
special_tokens_map.json
dslim
End of training
539f299
verified
10 months 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]"
}