Ortix

Ortix Seg LV Small

Latvian sentence segmentation model for detecting sentence boundaries in written Latvian text.

This model is part of the Ortix release by Baltrix. It is intended for document cleanup, corpus processing, retrieval preprocessing, and other Latvian text-processing pipelines where sentence boundaries need to be recovered reliably.

The small variant is a 3-layer token-classification model tuned for Latvian sentence-boundary detection and optimized for lighter runtime use.

Use

pip install ortix-seg
from ortix.seg import SentenceSegmenter

segmenter = SentenceSegmenter.from_pretrained("Baltrix-AI/ortix-seg-lv-small")
spans = segmenter.segment("Pirmais teikums. Otrais teikums.")

The ortix-seg runtime applies the release-time segmentation configuration and Latvian postprocessing rules.

Links

Downloads last month
46
Safetensors
Model size
46.8M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Baltrix-AI/ortix-seg-lv-small

Finetuned
(4)
this model

Collection including Baltrix-AI/ortix-seg-lv-small