Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Neupane9Sujal
/
NER_usingBERT
like
0
Token Classification
Transformers
PyTorch
bert
Model card
Files
Files and versions
xet
Community
2
Deploy
Use this model
main
NER_usingBERT
/
special_tokens_map.json
Neupane9Sujal
Upload folder using huggingface_hub (
#1
)
1b1ecf2
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}