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])
021
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])
