How to use zcode/title-par-segmentation with Transformers:
# Load model directly from transformers import AutoTokenizer, e5_base_CTSEG tokenizer = AutoTokenizer.from_pretrained("zcode/title-par-segmentation") model = e5_base_CTSEG.from_pretrained("zcode/title-par-segmentation")
The community tab is the place to discuss and collaborate with the HF community!