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

sat-12l

Model for wtpsplit.

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

For details, see our Segment any Text paper

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

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

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

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