Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
huggingface-course
/
bert-finetuned-ner
like
13
Follow
Hugging Face Course
55
Token Classification
Transformers
PyTorch
google-tensorflow
TensorFlow
TensorBoard
conll2003
bert
Generated from Trainer
Eval Results
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Metrics
Training metrics
Community
6
Train
Deploy
Use this model
eeb2784
bert-finetuned-ner
/
special_tokens_map.json
sgugger
Training complete
26ab21e
about 3 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]"
}