Duplicate of https://huggingface.co/julien-c/EsperBERTo-small-pos

Usage (Transformers.js)

If you haven't already, you can install the Transformers.js JavaScript library from NPM using:

npm i @huggingface/transformers

Example: Perform part-of-speech tagging.

import { pipeline } from '@huggingface/transformers';

const classifier = await pipeline('token-classification', 'Xenova/EsperBERTo-small-pos');
const output = await classifier('Mi estas viro kej estas tago varma.');
Downloads last month
10
Safetensors
Model size
83.5M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support