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-9l")
# Load model directly
from transformers import AutoModelForTokenClassification
model = AutoModelForTokenClassification.from_pretrained("segment-any-text/sat-9l", dtype="auto")
Quick Links

sat-9l

Model for wtpsplit.

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

For details, see our Segment any Text paper

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

Space using segment-any-text/sat-9l 1

Collection including segment-any-text/sat-9l

Paper for segment-any-text/sat-9l