How to use from the
Use from the
Transformers.js library
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';

// Allocate pipeline
const pipe = await pipeline('token-classification', 'vgorce/distilbert-base-multi-cased-ner');

This is a 02 quantized version of https://huggingface.co/Davlan/distilbert-base-multilingual-cased-ner-hrl. It is Transformers.js compatible.

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support