protectai / bert-base-NER-onnx

huggingface.co
Total runs: 273
24-hour runs: 6
7-day runs: 18
30-day runs: -437
Model's Last Updated: March 25 2024
token-classification

Introduction of bert-base-NER-onnx

Model Details of bert-base-NER-onnx

ONNX version of dslim/bert-base-NER

This model is a conversion of dslim/bert-base-NER to ONNX format using the 🤗 Optimum library.

bert-base-NER is a fine-tuned BERT model that is ready to use for Named Entity Recognition and achieves state-of-the-art performance for the NER task. It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PER) and Miscellaneous (MISC).

Specifically, this model is a bert-base-cased model that was fine-tuned on the English version of the standard CoNLL-2003 Named Entity Recognition dataset.

Usage

Loading the model requires the 🤗 Optimum library installed.

from optimum.onnxruntime import ORTModelForTokenClassification
from transformers import AutoTokenizer, pipeline


tokenizer = AutoTokenizer.from_pretrained("laiyer/bert-base-NER-onnx")
model = ORTModelForTokenClassification.from_pretrained("laiyer/bert-base-NER-onnx")
ner = pipeline(
    task="ner",
    model=model,
    tokenizer=tokenizer,
)

ner_output = ner("My name is John Doe.")
print(ner_output)
LLM Guard

Anonymize scanner

Community

Join our Slack to give us feedback, connect with the maintainers and fellow users, ask questions, or engage in discussions about LLM security!

Runs of protectai bert-base-NER-onnx on huggingface.co

273
Total runs
6
24-hour runs
15
3-day runs
18
7-day runs
-437
30-day runs

More Information About bert-base-NER-onnx huggingface.co Model

More bert-base-NER-onnx license Visit here:

https://choosealicense.com/licenses/mit

bert-base-NER-onnx huggingface.co

bert-base-NER-onnx huggingface.co is an AI model on huggingface.co that provides bert-base-NER-onnx's model effect (), which can be used instantly with this protectai bert-base-NER-onnx model. huggingface.co supports a free trial of the bert-base-NER-onnx model, and also provides paid use of the bert-base-NER-onnx. Support call bert-base-NER-onnx model through api, including Node.js, Python, http.

bert-base-NER-onnx huggingface.co Url

https://huggingface.co/protectai/bert-base-NER-onnx

protectai bert-base-NER-onnx online free

bert-base-NER-onnx huggingface.co is an online trial and call api platform, which integrates bert-base-NER-onnx's modeling effects, including api services, and provides a free online trial of bert-base-NER-onnx, you can try bert-base-NER-onnx online for free by clicking the link below.

protectai bert-base-NER-onnx online free url in huggingface.co:

https://huggingface.co/protectai/bert-base-NER-onnx

bert-base-NER-onnx install

bert-base-NER-onnx is an open source model from GitHub that offers a free installation service, and any user can find bert-base-NER-onnx on GitHub to install. At the same time, huggingface.co provides the effect of bert-base-NER-onnx install, users can directly use bert-base-NER-onnx installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

bert-base-NER-onnx install url in huggingface.co:

https://huggingface.co/protectai/bert-base-NER-onnx

Url of bert-base-NER-onnx

bert-base-NER-onnx huggingface.co Url

Provider of bert-base-NER-onnx huggingface.co

protectai
ORGANIZATIONS

Other API from protectai