bert-base-NER-uncased 261268c
Huan Tran commited on
How to use huantd/bert-base-NER-uncased with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('token-classification', 'huantd/bert-base-NER-uncased');