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
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support