4.81 GB
3 files
Updated 20 days ago
Name
Size
data
raw
README.md3.55 kB
xet
README.md

Fable Library by Crownelius

Complete FABLE.5 Traces 2M

Full FABLE.5 / Mythos corpus restored, with session-limit answer rows removed.

Dataset Viewer | Parquet | Raw JSONL

Clean Corpus Snapshot
2,006,487
clean rows
604
rows removed
4.48 GiB
exported payload

What Changed

The full corpus export has been restored. Rows containing the session-limit assistant-answer pattern were removed from both downloadable files:

File Rows Purpose
data/train.parquet 2,006,487 Viewer-friendly canonical Parquet split.
raw/fable5_mythos_dedup.jsonl 2,006,487 Full JSONL export with provenance fields plus original row JSON.

The repository is intentionally compact:

  • README.md
  • data/train.parquet
  • raw/fable5_mythos_dedup.jsonl

Schema

Column Type Description
row_hash string SHA256 of the normalized original row JSON.
first_source_dataset string First dataset where this canonical row was observed.
first_source_config string First observed config or loader surface.
first_source_split string First observed split, file, or local extraction label.
first_source_row_index int64 Row index within the first observed source surface.
seen_count int64 Number of times this canonical row was seen during the pass.
row_json string Preserved original row as canonical JSON. Parse this for source-specific fields.

Loading

from datasets import load_dataset

ds = load_dataset("Crownelius/Complete-FABLE.5-traces-2M", split="train")
Total size
4.81 GB
Files
3
Last updated
Jun 19
Pre-warmed CDN
US EU US EU

Contributors