Instructions to use Xenova/bert-base-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/bert-base-NER with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'Xenova/bert-base-NER');
Commit History
[Automated] Update base model metadata c1464d2 verified
Upload fp16 ONNX weights 98b51d9 verified
Upload folder using huggingface_hub e56cfea
Upload README.md with huggingface_hub dfdbf45
Upload folder using huggingface_hub c5fe315
Upload README.md with huggingface_hub ac2de09
initial commit dd410dd
Joshua commited on