Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
gagan3012
/
bert-tiny-finetuned-ner
like
4
Token Classification
Transformers
PyTorch
TensorBoard
conll2003
bert
Generated from Trainer
Eval Results
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
4
Train
Deploy
Use this model
main
bert-tiny-finetuned-ner
/
special_tokens_map.json
gagan3012
add model
f01cf59
about 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]"
}