How to use ldenoue/punctuate with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'ldenoue/punctuate');
Set base model to "kredor/punctuate-all"
· Sign up or log in to comment