0xKitkat/semantic-chunker-modernbert-base
Token Classification • 0.1B • Updated
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.
Wiki-727K is a large dataset for text segmentation, automatically extracted and labeled from Wikipedia. It is designed as a sentence-level sequence labeling task for identifying semantic or topic shift in documents.
semantic-continuity or semantic-shift.The dataset can be loaded using the HuggingFace datasets library:
from datasets import load_dataset
titled_dataset = load_dataset('saeedabc/wiki727k', num_proc=8, trust_remote_code=True)
untitled_dataset = load_dataset('saeedabc/wiki727k', drop_titles=True, num_proc=8, trust_remote_code=True)