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