Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
phanerozoic
/
BERT-NER-Classifier
like
0
Token Classification
Transformers
Safetensors
English
bert
named-entity-recognition
conll2003
Inference Endpoints
License:
cc-by-nc-4.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
BERT-NER-Classifier
/
special_tokens_map.json
phanerozoic
Upload 5 files
1692c8c
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}