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');
Update card
Browse files
README.md
CHANGED
|
@@ -15,5 +15,5 @@ pipeline_tag: token-classification
|
|
| 15 |
tags:
|
| 16 |
- ONNX
|
| 17 |
---
|
| 18 |
-
This is a 02 quantized version of
|
| 19 |
It is Transformers.js compatible.
|
|
|
|
| 15 |
tags:
|
| 16 |
- ONNX
|
| 17 |
---
|
| 18 |
+
This is a 02 quantized version of https://huggingface.co/Davlan/distilbert-base-multilingual-cased-ner-hrl.
|
| 19 |
It is Transformers.js compatible.
|