How to use from the
Use from the
Transformers.js library
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';

// Allocate pipeline
const pipe = await pipeline('token-classification', 'futrx/fullstop-punctuation-multilang-large');

https://huggingface.co/oliverguhr/fullstop-punctuation-multilang-large with ONNX weights to be compatible with Transformers.js.

*Quantized version is available for wasm

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support