Instructions to use zcode/title-par-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle