SAVRN
Search Contact SAVRN

Independent publisher

Sc

1-800-BAD-CODE

Models in Library1
Datasets in Library0
Models on Hugging Face6
Followers14

Models

This is an xlm-roberta fine-tuned to restore punctuation, true-case (capitalize), and detect sentence boundaries (full stops) in 47 languages. If you want to just play with the model, the widget on this page will suffice. To use the model offline, the following snippets show how to use the model both with a wrapper (that I wrote, available from PyPI) and manual usuage (using the ONNX and SentencePiece models in this repo). The easiest way to use this model is to install punctuators: But this is just an ONNX and SentencePiece model, so you may run it as you wish. The input to the punctuators API is a list (batch) of strings. Each string will be punctuated, true-cased, and segmented on…

Open weights apache-2.0 generic