Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('arrow', {}), NamedSplit('validation'): ('json', {})}
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
FreeChunk Corpus
This dataset is derived from The Pile and is used for evaluating and training chunking models, specifically for the FreeChunk framework.
Dataset Structure
The dataset consists of documents split into sentences.
Features
uuid: Unique identifier for the document.sentences: List of sentences in the document.source: Source of the document (e.g., from The Pile).original_token_count: Number of tokens in the original document.
Usage
from datasets import load_dataset
dataset = load_dataset("XiaSheng/FreeChunk-corpus")
- Downloads last month
- 7