Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
MilosKosRad
/
BioNER
like
8
Token Classification
Transformers
PyTorch
5 datasets
English
bert
chemistry
biology
zero-shot
BERT
PubMedBERT
Inference Endpoints
arxiv:
2305.04928
License:
mit
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
main
BioNER
/
special_tokens_map.json
MilosKosRad
Upload special_tokens_map.json
e477387
over 1 year 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]"
}