Ortix

Ortix Seg LV Base

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 base variant is a 6-layer token-classification model tuned for Latvian sentence-boundary detection.

Use

pip install ortix-seg
from ortix.seg import SentenceSegmenter

segmenter = SentenceSegmenter.from_pretrained("Baltrix-AI/ortix-seg-lv-base")
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
43
Safetensors
Model size
68.1M 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-base

Finetuned
(4)
this model

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