metadata
license: mit
language:
- en
tags:
- ori
- documentation
- raw-text
- jsonl
size_categories:
- n<1K
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])