Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
joshuaphua
/
distilbert-NER-conll2003
like
0
PyTorch
conll2003
distilbert
Generated from Trainer
Eval Results
License:
apache-2.0
Model card
Files
Files and versions
Community
f0345e3
distilbert-NER-conll2003
/
special_tokens_map.json
joshuaphua
Training in progress, epoch 1
9b4f505
verified
5 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]"
}