Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
ARUNAGIRINATHAN
/
vuln-ner-bert
like
3
Token Classification
Safetensors
PyTorch
ARUNAGIRINATHAN/vulnerability_data
English
bert
python
model
research
security-automation
ai-security
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
vuln-ner-bert
/
special_tokens_map.json
ARUNAGIRINATHAN
Upload trained BERT NER
70fcc2f
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}