The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
hash: string
machine: struct<cpu: string, gpu: string, ram_gb: int64>
child 0, cpu: string
child 1, gpu: string
child 2, ram_gb: int64
measured_at: timestamp[s]
method: string
metrics: struct<>
plane: string
prev_hash: string
status: string
deletion_execution: string
audited_at: timestamp[s]
inventory_source: string
kept_surfaces: list<item: string>
child 0, item: string
inventory_count: int64
file_inventory_bytes: struct<terra-assurance: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, READ (... 734 chars omitted)
child 0, terra-assurance: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, README.md: int64, a11oy_kern (... 157 chars omitted)
child 0, .gitattributes: int64
child 1, .hf-space.json: int64
child 2, Dockerfile: int64
child 3, README.md: int64
child 4, a11oy_kernel.py: int64
child 5, app.py: int64
child 6, cases.json: int64
child 7, policy_bundle.json: int64
child 8, requirements.txt: int64
child 9, szl_space_brain.py: int64
child 10, vertical_manifest.json: int64
child 1, counsel-assurance: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, README.md: int64, a11oy_kern (... 157 chars omitted)
child 0, .gitattributes: int64
child 1, .hf-space.json: int64
child 2, Dockerfile: int64
child 3, README.md: int64
child 4, a11oy_kernel.py: int64
child 5, app.py: int64
child 6, cases.json: i
...
4
child 7, policy_bundle.json: int64
child 8, requirements.txt: int64
child 9, szl_space_brain.py: int64
child 10, vertical_manifest.json: int64
child 2, puriq-markets: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, README.md: int64, a11oy_kern (... 157 chars omitted)
child 0, .gitattributes: int64
child 1, .hf-space.json: int64
child 2, Dockerfile: int64
child 3, README.md: int64
child 4, a11oy_kernel.py: int64
child 5, app.py: int64
child 6, cases.json: int64
child 7, policy_bundle.json: int64
child 8, requirements.txt: int64
child 9, szl_space_brain.py: int64
child 10, vertical_manifest.json: int64
schema: string
consolidated: list<item: struct<space: string, visibility: string, status_self_declared: string, consolidates_into (... 54 chars omitted)
child 0, item: struct<space: string, visibility: string, status_self_declared: string, consolidates_into: string, c (... 42 chars omitted)
child 0, space: string
child 1, visibility: string
child 2, status_self_declared: string
child 3, consolidates_into: string
child 4, canonical_source: string
child 5, evidence: string
payload_capture: string
lambda: string
explicitly_not_deleted: list<item: struct<space: string, reason: string>>
child 0, item: struct<space: string, reason: string>
child 0, space: string
child 1, reason: string
doctrine_gate: string
org: string
to
{'schema': Value('string'), 'audited_at': Value('timestamp[s]'), 'org': Value('string'), 'inventory_count': Value('int64'), 'inventory_source': Value('string'), 'consolidated': List({'space': Value('string'), 'visibility': Value('string'), 'status_self_declared': Value('string'), 'consolidates_into': Value('string'), 'canonical_source': Value('string'), 'evidence': Value('string')}), 'explicitly_not_deleted': List({'space': Value('string'), 'reason': Value('string')}), 'kept_surfaces': List(Value('string')), 'file_inventory_bytes': {'terra-assurance': {'.gitattributes': Value('int64'), '.hf-space.json': Value('int64'), 'Dockerfile': Value('int64'), 'README.md': Value('int64'), 'a11oy_kernel.py': Value('int64'), 'app.py': Value('int64'), 'cases.json': Value('int64'), 'policy_bundle.json': Value('int64'), 'requirements.txt': Value('int64'), 'szl_space_brain.py': Value('int64'), 'vertical_manifest.json': Value('int64')}, 'counsel-assurance': {'.gitattributes': Value('int64'), '.hf-space.json': Value('int64'), 'Dockerfile': Value('int64'), 'README.md': Value('int64'), 'a11oy_kernel.py': Value('int64'), 'app.py': Value('int64'), 'cases.json': Value('int64'), 'policy_bundle.json': Value('int64'), 'requirements.txt': Value('int64'), 'szl_space_brain.py': Value('int64'), 'vertical_manifest.json': Value('int64')}, 'puriq-markets': {'.gitattributes': Value('int64'), '.hf-space.json': Value('int64'), 'Dockerfile': Value('int64'), 'README.md': Value('int64'), 'a11oy_kernel.py': Value('int64'), 'app.py': Value('int64'), 'cases.json': Value('int64'), 'policy_bundle.json': Value('int64'), 'requirements.txt': Value('int64'), 'szl_space_brain.py': Value('int64'), 'vertical_manifest.json': Value('int64')}}, 'payload_capture': Value('string'), 'deletion_execution': Value('string'), 'doctrine_gate': Value('string'), 'lambda': 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
hash: string
machine: struct<cpu: string, gpu: string, ram_gb: int64>
child 0, cpu: string
child 1, gpu: string
child 2, ram_gb: int64
measured_at: timestamp[s]
method: string
metrics: struct<>
plane: string
prev_hash: string
status: string
deletion_execution: string
audited_at: timestamp[s]
inventory_source: string
kept_surfaces: list<item: string>
child 0, item: string
inventory_count: int64
file_inventory_bytes: struct<terra-assurance: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, READ (... 734 chars omitted)
child 0, terra-assurance: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, README.md: int64, a11oy_kern (... 157 chars omitted)
child 0, .gitattributes: int64
child 1, .hf-space.json: int64
child 2, Dockerfile: int64
child 3, README.md: int64
child 4, a11oy_kernel.py: int64
child 5, app.py: int64
child 6, cases.json: int64
child 7, policy_bundle.json: int64
child 8, requirements.txt: int64
child 9, szl_space_brain.py: int64
child 10, vertical_manifest.json: int64
child 1, counsel-assurance: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, README.md: int64, a11oy_kern (... 157 chars omitted)
child 0, .gitattributes: int64
child 1, .hf-space.json: int64
child 2, Dockerfile: int64
child 3, README.md: int64
child 4, a11oy_kernel.py: int64
child 5, app.py: int64
child 6, cases.json: i
...
4
child 7, policy_bundle.json: int64
child 8, requirements.txt: int64
child 9, szl_space_brain.py: int64
child 10, vertical_manifest.json: int64
child 2, puriq-markets: struct<.gitattributes: int64, .hf-space.json: int64, Dockerfile: int64, README.md: int64, a11oy_kern (... 157 chars omitted)
child 0, .gitattributes: int64
child 1, .hf-space.json: int64
child 2, Dockerfile: int64
child 3, README.md: int64
child 4, a11oy_kernel.py: int64
child 5, app.py: int64
child 6, cases.json: int64
child 7, policy_bundle.json: int64
child 8, requirements.txt: int64
child 9, szl_space_brain.py: int64
child 10, vertical_manifest.json: int64
schema: string
consolidated: list<item: struct<space: string, visibility: string, status_self_declared: string, consolidates_into (... 54 chars omitted)
child 0, item: struct<space: string, visibility: string, status_self_declared: string, consolidates_into: string, c (... 42 chars omitted)
child 0, space: string
child 1, visibility: string
child 2, status_self_declared: string
child 3, consolidates_into: string
child 4, canonical_source: string
child 5, evidence: string
payload_capture: string
lambda: string
explicitly_not_deleted: list<item: struct<space: string, reason: string>>
child 0, item: struct<space: string, reason: string>
child 0, space: string
child 1, reason: string
doctrine_gate: string
org: string
to
{'schema': Value('string'), 'audited_at': Value('timestamp[s]'), 'org': Value('string'), 'inventory_count': Value('int64'), 'inventory_source': Value('string'), 'consolidated': List({'space': Value('string'), 'visibility': Value('string'), 'status_self_declared': Value('string'), 'consolidates_into': Value('string'), 'canonical_source': Value('string'), 'evidence': Value('string')}), 'explicitly_not_deleted': List({'space': Value('string'), 'reason': Value('string')}), 'kept_surfaces': List(Value('string')), 'file_inventory_bytes': {'terra-assurance': {'.gitattributes': Value('int64'), '.hf-space.json': Value('int64'), 'Dockerfile': Value('int64'), 'README.md': Value('int64'), 'a11oy_kernel.py': Value('int64'), 'app.py': Value('int64'), 'cases.json': Value('int64'), 'policy_bundle.json': Value('int64'), 'requirements.txt': Value('int64'), 'szl_space_brain.py': Value('int64'), 'vertical_manifest.json': Value('int64')}, 'counsel-assurance': {'.gitattributes': Value('int64'), '.hf-space.json': Value('int64'), 'Dockerfile': Value('int64'), 'README.md': Value('int64'), 'a11oy_kernel.py': Value('int64'), 'app.py': Value('int64'), 'cases.json': Value('int64'), 'policy_bundle.json': Value('int64'), 'requirements.txt': Value('int64'), 'szl_space_brain.py': Value('int64'), 'vertical_manifest.json': Value('int64')}, 'puriq-markets': {'.gitattributes': Value('int64'), '.hf-space.json': Value('int64'), 'Dockerfile': Value('int64'), 'README.md': Value('int64'), 'a11oy_kernel.py': Value('int64'), 'app.py': Value('int64'), 'cases.json': Value('int64'), 'policy_bundle.json': Value('int64'), 'requirements.txt': Value('int64'), 'szl_space_brain.py': Value('int64'), 'vertical_manifest.json': Value('int64')}}, 'payload_capture': Value('string'), 'deletion_execution': Value('string'), 'doctrine_gate': Value('string'), 'lambda': Value('string')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SZL Bench Receipts
Public, verifiable anchor for the SZL bench measurement chains.
Contents
schema.json— receipt schema v1 (verifier-enforced fields and rules)genesis/engine.json— frontier-bench chain anchor (BLOCKED, no run executed)genesis/retrieval.json— retrieval-bench chain anchor (BLOCKED)genesis/quant.json— quant-curve chain anchor (BLOCKED)
Verification
Every receipt's hash is the SHA-256 of the canonical JSON of the receipt without the hash field: json.dumps(body, sort_keys=True, separators=(",", ":")). Chains walk via prev_hash; genesis uses 64 zeroes. The same verification logic ships as verify/verifier.py in each display repo (szl-holdings/frontier-bench, retrieval-bench, quant-curve) and runs in CI on every push.
Honesty
Genesis receipts are status BLOCKED — no run has executed yet. First MEASURED receipts land here after the harnesses (szl-engine-bench, szl-retrieval-bench, szl-quant-bench) run on the dedicated bench node. UNSIGNED-honest: the chain proves integrity and continuity, not signer identity.
Public display: https://huggingface.co/spaces/betterwithage/szl-bench-suite
- Downloads last month
- 49