Instructions to use onnx-community/bert-base-NER-uncased-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/bert-base-NER-uncased-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'onnx-community/bert-base-NER-uncased-ONNX');
bert-base-NER-uncased (ONNX)
This is an ONNX version of dslim/bert-base-NER-uncased. It was automatically converted and uploaded using this Hugging Face Space.
Usage with Transformers.js
See the pipeline documentation for token-classification: https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.TokenClassificationPipeline
license: mit
- Downloads last month
- 49
Model tree for onnx-community/bert-base-NER-uncased-ONNX
Base model
dslim/bert-base-NER-uncased