Instructions to use vgorce/distilbert-base-multi-cased-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use vgorce/distilbert-base-multi-cased-ner with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'vgorce/distilbert-base-multi-cased-ner');
metadata
language:
- ar
- de
- en
- es
- fr
- it
- lv
- nl
- pt
- zh
library_name: transformers.js
pipeline_tag: token-classification
tags:
- ONNX
This is a 02 quantized version of https://huggingface.co/Davlan/distilbert-base-multilingual-cased-ner-hrl. It is Transformers.js compatible.