How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("token-classification", model="segment-any-text/sat-3l-sm")
# Load model directly
from transformers import AutoModelForTokenClassification
model = AutoModelForTokenClassification.from_pretrained("segment-any-text/sat-3l-sm", dtype="auto")
Quick Links

sat-3l-sm

Model for wtpsplit.

State-of-the-art sentence segmentation with 3 Transfomer layers.

For details, see our Segment any Text paper

Downloads last month
302,473
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW

Collection including segment-any-text/sat-3l-sm

Paper for segment-any-text/sat-3l-sm