Instructions to use Xenova/bert-base-chinese-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/bert-base-chinese-ner with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'Xenova/bert-base-chinese-ner');
Commit History
Upload fp16 ONNX weights 3742b45 verified
Upload folder using huggingface_hub 3fe5d45
Upload README.md with huggingface_hub f3e2fd8
Upload folder using huggingface_hub 4bd72b2
Upload README.md with huggingface_hub 55a5bb8
initial commit af86f7f
Joshua commited on