How to use


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

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

example = "Windows XP is an example of an operating system."

ner_results = nlp(example)
print(ner_results)
Downloads last month
119
Safetensors
Model size
333M params
Tensor type
F32
ยท
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for hadiaskari98/Software_NER_prod

Finetuned
(119)
this model

Space using hadiaskari98/Software_NER_prod 1