Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
asset_type: string
audit_generated_at: string
blockers: list<item: string>
  child 0, item: string
claim_boundary: string
destination_absent_at_required_parent: bool
destination_path: string
fields: struct<artifact_inventory_and_hashes: struct<classification: string, evidence: list<item: struct<acc (... 3054 chars omitted)
  child 0, artifact_inventory_and_hashes: struct<classification: string, evidence: list<item: struct<access: string, repository_head: string,  (... 321 chars omitted)
      child 0, classification: string
      child 1, evidence: list<item: struct<access: string, repository_head: string, source: string>>
          child 0, item: struct<access: string, repository_head: string, source: string>
              child 0, access: string
              child 1, repository_head: string
              child 2, source: string
      child 2, limitations: list<item: string>
          child 0, item: string
      child 3, value: struct<all_files_have_immutable_hash_metadata: bool, file_count: int64, files_with_immutable_hash_me (... 162 chars omitted)
          child 0, all_files_have_immutable_hash_metadata: bool
          child 1, file_count: int64
          child 2, files_with_immutable_hash_metadata: int64
          child 3, files_with_unknown_size: int64
          child 4, known_total_bytes: int64
          child 5, lfs_file_count: int64
          child 6, payloads_downloaded: bool
          child 7, tree_complete: bool
          child 8, tree_pages: int64
  child 1, ca
...
it: string
  child 1, json_pointer: string
  child 2, path: string
  child 3, repository: string
repository_id: string
required_exact_parent: string
schema: string
claims: struct<github_repository_parity: string, github_build_source: string, reproducible_build: string, ge (... 59 chars omitted)
  child 0, github_repository_parity: string
  child 1, github_build_source: string
  child 2, reproducible_build: string
  child 3, generator_revision: string
  child 4, serving_process_revision: string
observed_at: timestamp[s]
public_github: struct<state: string, card_references: list<item: string>, card_reference_role: string>
  child 0, state: string
  child 1, card_references: list<item: string>
      child 0, item: string
  child 2, card_reference_role: string
limits: list<item: string>
  child 0, item: string
dataset: struct<id: string, repository_type: string, artifact_kind: string, purpose: string>
  child 0, id: string
  child 1, repository_type: string
  child 2, artifact_kind: string
  child 3, purpose: string
source_of_record: struct<state: string, platform: string, repository: string, artifact_base_revision: string, artifact (... 136 chars omitted)
  child 0, state: string
  child 1, platform: string
  child 2, repository: string
  child 3, artifact_base_revision: string
  child 4, artifact_base_state: string
  child 5, artifact_base_url: string
  child 6, file_count: int64
  child 7, total_bytes: int64
  child 8, tree_sha256: string
  child 9, tree_hash_algorithm: string
to
{'schema': Value('string'), 'observed_at': Value('timestamp[s]'), 'dataset': {'id': Value('string'), 'repository_type': Value('string'), 'artifact_kind': Value('string'), 'purpose': Value('string')}, 'source_of_record': {'state': Value('string'), 'platform': Value('string'), 'repository': Value('string'), 'artifact_base_revision': Value('string'), 'artifact_base_state': Value('string'), 'artifact_base_url': Value('string'), 'file_count': Value('int64'), 'total_bytes': Value('int64'), 'tree_sha256': Value('string'), 'tree_hash_algorithm': Value('string')}, 'public_github': {'state': Value('string'), 'card_references': List(Value('string')), 'card_reference_role': Value('string')}, 'claims': {'github_repository_parity': Value('string'), 'github_build_source': Value('string'), 'reproducible_build': Value('string'), 'generator_revision': Value('string'), 'serving_process_revision': Value('string')}, 'limits': List(Value('string'))}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              asset_type: string
              audit_generated_at: string
              blockers: list<item: string>
                child 0, item: string
              claim_boundary: string
              destination_absent_at_required_parent: bool
              destination_path: string
              fields: struct<artifact_inventory_and_hashes: struct<classification: string, evidence: list<item: struct<acc (... 3054 chars omitted)
                child 0, artifact_inventory_and_hashes: struct<classification: string, evidence: list<item: struct<access: string, repository_head: string,  (... 321 chars omitted)
                    child 0, classification: string
                    child 1, evidence: list<item: struct<access: string, repository_head: string, source: string>>
                        child 0, item: struct<access: string, repository_head: string, source: string>
                            child 0, access: string
                            child 1, repository_head: string
                            child 2, source: string
                    child 2, limitations: list<item: string>
                        child 0, item: string
                    child 3, value: struct<all_files_have_immutable_hash_metadata: bool, file_count: int64, files_with_immutable_hash_me (... 162 chars omitted)
                        child 0, all_files_have_immutable_hash_metadata: bool
                        child 1, file_count: int64
                        child 2, files_with_immutable_hash_metadata: int64
                        child 3, files_with_unknown_size: int64
                        child 4, known_total_bytes: int64
                        child 5, lfs_file_count: int64
                        child 6, payloads_downloaded: bool
                        child 7, tree_complete: bool
                        child 8, tree_pages: int64
                child 1, ca
              ...
              it: string
                child 1, json_pointer: string
                child 2, path: string
                child 3, repository: string
              repository_id: string
              required_exact_parent: string
              schema: string
              claims: struct<github_repository_parity: string, github_build_source: string, reproducible_build: string, ge (... 59 chars omitted)
                child 0, github_repository_parity: string
                child 1, github_build_source: string
                child 2, reproducible_build: string
                child 3, generator_revision: string
                child 4, serving_process_revision: string
              observed_at: timestamp[s]
              public_github: struct<state: string, card_references: list<item: string>, card_reference_role: string>
                child 0, state: string
                child 1, card_references: list<item: string>
                    child 0, item: string
                child 2, card_reference_role: string
              limits: list<item: string>
                child 0, item: string
              dataset: struct<id: string, repository_type: string, artifact_kind: string, purpose: string>
                child 0, id: string
                child 1, repository_type: string
                child 2, artifact_kind: string
                child 3, purpose: string
              source_of_record: struct<state: string, platform: string, repository: string, artifact_base_revision: string, artifact (... 136 chars omitted)
                child 0, state: string
                child 1, platform: string
                child 2, repository: string
                child 3, artifact_base_revision: string
                child 4, artifact_base_state: string
                child 5, artifact_base_url: string
                child 6, file_count: int64
                child 7, total_bytes: int64
                child 8, tree_sha256: string
                child 9, tree_hash_algorithm: string
              to
              {'schema': Value('string'), 'observed_at': Value('timestamp[s]'), 'dataset': {'id': Value('string'), 'repository_type': Value('string'), 'artifact_kind': Value('string'), 'purpose': Value('string')}, 'source_of_record': {'state': Value('string'), 'platform': Value('string'), 'repository': Value('string'), 'artifact_base_revision': Value('string'), 'artifact_base_state': Value('string'), 'artifact_base_url': Value('string'), 'file_count': Value('int64'), 'total_bytes': Value('int64'), 'tree_sha256': Value('string'), 'tree_hash_algorithm': Value('string')}, 'public_github': {'state': Value('string'), 'card_references': List(Value('string')), 'card_reference_role': Value('string')}, 'claims': {'github_repository_parity': Value('string'), 'github_build_source': Value('string'), 'reproducible_build': Value('string'), 'generator_revision': Value('string'), 'serving_process_revision': Value('string')}, 'limits': List(Value('string'))}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

SZL Holdings — governed, receipted, verifiable

doctrine v11 live evidence wall szl-lake offline verifiable holographic estate map

Part of the SZL Holdings governed estate — claims are designed to carry checkable receipts. Verification proves integrity & origin, never accuracy or performance.

dataset files license

SZLHOLDINGS/doctrine-v10-v11

The locked governance doctrine for the SZL Holdings agentic substrate: Doctrine v10, Doctrine v11 (13-axis yuyay_v3 canonical, supersedes v10), the Mythos → Hatun-Willay rename rule, and the canonical wedge.

Contents

File What
DOCTRINE_V10_LOCKED_2026-05-31_2355.md v10 — canonical Lean numbers + honesty rules
DOCTRINE_V11_LOCKED_2026-06-01_0145.md v11 — 13-axis heart, formula registry, 4 datasets, a11oy.code
MYTHOS_TO_HATUN_WILLAY_RULE.md internal rename rule (Quechua "the great telling")
CANONICAL_WEDGE.md the one-paragraph wedge

Honesty (binding)

Λ uniqueness = CONJECTURE. A2 = IsHomogeneous, A4 = IsBounded. SLSA L1 (L3 banned). Canonical Lean numbers: 749 / 14 / 163.

Derived-state update (2026-07-21, verified live — the locked doctrine files above are unchanged; these lines only update the card's operational caveats): DSSE signing is REAL at the Hatun MCP gateway (dsse_sign, ECDSA-P256, keyid szlholdings-ec-p256, verifies against the committed pubkey); harness runs publish DSSE-signed to the restored SZLHOLDINGS/test-results sink. Wire D (cross-mesh traceparent) is implemented and liveszl_wire.py (a11oy) and vsp_otel (killinchu) both propagate W3C traceparent with a minted child span, asserted by harness layer L4. The 13-axis yuyay_v3 migration has landed: DEFAULT_AXIS_COUNT = 13 in the byte-shared szl_formulas.py on both flagship mains, /api/a11oy/v1/axes serves canonical 13 with the 9-axis HATUN-RAID envelope labeled deprecated-legacy. Proof: anatomy-alive v6 run GREEN 32/32 in the sink.

Sibling datasets

  • SZLHOLDINGS/lean-proofs-v1 · SZLHOLDINGS/canonical-formulas-v1 · SZLHOLDINGS/thesis-corpus-v18

Citation

Cite this. Part of the SZL Holdings Ouroboros Thesis (Governed Post-Determinism).
Concept DOI (always-latest): 10.5281/zenodo.19944926.
Author: Stephen P. Lutar Jr. · ORCID 0009-0001-0110-4173 · Dataset license: Apache-2.0; the cited program publication is CC-BY-4.0.
Full DOI-pinned lineage (v1→v26) + the 8 papers: szl-papers PAPERS_INDEX.
No artifact-specific DOI is minted for this dataset; the concept DOI above covers the program.

Honesty (Doctrine v11): Λ unconditional uniqueness is Conjecture 1 (machine-checked FALSE as stated) — never a theorem; conditional uniqueness is Theorem U (axiom-free). Locked-proven formulas = exactly 8 {F1,F4,F7,F11,F12,F18,F19,F22}; ~185 experimental theorems are a separate CI-green tier; Khipu BFT safety = Conjecture 2. Trust never 100%.

@misc{lutar_szl_ouroboros,
  author    = {Lutar, Stephen P., Jr.},
  title     = {SZL Holdings --- The Ouroboros Thesis (Governed Post-Determinism)},
  year      = {2026},
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.19944926},
  url       = {https://doi.org/10.5281/zenodo.19944926},
  note      = {Concept DOI --- always resolves to the latest version. ORCID 0009-0001-0110-4173. CC-BY-4.0.}
}

Concept DOI: 10.5281/zenodo.19944926 · ORCID 0009-0001-0110-4173


◇ Explore the SZL Holdings estate

▶ a11oy console (a-11-oy.com) · a11oy Space · killinchu · holographic (3D) · all datasets & models → SZLHOLDINGS · GitHub org


🛡️ SZLHOLDINGS on Hugging Face → · a-11-oy.com → · Estate hub — live →

Governed AI you can prove.

SLSA: L1 honest · L2 attested · L3 roadmap. Λ = Conjecture 1 (advisory, never a theorem). Trust ceiling 0.97 — never 100%. Labels honest by default: MEASURED / REPORTED / MODELED / HEURISTIC / UNKNOWN / UNAVAILABLE. locked-proven = exactly 8 {F1,F4,F7,F11,F12,F18,F19,F22}.

Downloads last month
212

Collections including SZLHOLDINGS/doctrine-v10-v11