Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
elastic
/
distilbert-base-cased-finetuned-conll03-english
like
14
Follow
Elastic
135
Token Classification
Transformers
PyTorch
Safetensors
conll2003
English
distilbert
Eval Results
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
main
distilbert-base-cased-finetuned-conll03-english
/
special_tokens_map.json
joshdevins
First commit of NER fine-tuning DistilBERT cased
901c3c5
unverified
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}