Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ProdicusII
/
ZeroShotBioNER
like
7
Token Classification
Transformers
PyTorch
5 datasets
English
bert
biology
medical
zero-shot
few-shot
Inference Endpoints
arxiv:
2305.04928
License:
mit
Model card
Files
Files and versions
Community
9
Train
Deploy
Use this model
c7b407e
ZeroShotBioNER
/
special_tokens_map.json
ProdicusII
Upload 4 files
729ac5d
over 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}