How to use


tokenizer = AutoTokenizer.from_pretrained("hadiaskari98/Vulnerability_NER_prod")
model = AutoModelForTokenClassification.from_pretrained("hadiaskari98/Vulnerability_NER_prod")

nlp = pipeline("ner", model=model, tokenizer=tokenizer)

example = "This is an example of a SQL Injection attack"

ner_results = nlp(example)
print(ner_results)
Downloads last month
1
Safetensors
Model size
0.3B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for hadiaskari98/Vulnerability_NER_prod

Finetuned
(150)
this model