ori_raw_text / README.md
adrianf12's picture
Add dataset card
e120b2b verified
---
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": "<full cleaned text>"
}
## Usage
from datasets import load_dataset
ds = load_dataset(adrianf12/ori_raw_text)
print(ds[train][0][text][:500])