CoolFace
Datasetpublic

adrianf12/ori_raw_text

Ori Raw Text (Single Row) Single-row JSONL with the concatenated Ori documentation content (cleaned paragraphs). Schema Each row: { "text": "" } Usage from datasets import load_dataset ds = load_dataset(adrianf12/ori_raw_text) print(ds[train][0][text][:500])

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes21downloads
Dataset Card

Ori Raw Text (Single Row)

Single-row JSONL with the concatenated Ori documentation content (cleaned paragraphs).

Schema

Each row: { "text": "<full cleaned text>" }

Usage

from datasets import load_dataset

ds = loaddataset(adrianf12/oriraw_text) print(ds[train][0][text][:500])