The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
n_applied_rows: int64
pooled_clear_positive: struct<clear_positive_agreement_pooled: double, clear_positive_correct_pooled: int64, clear_positive (... 67 chars omitted)
child 0, clear_positive_agreement_pooled: double
child 1, clear_positive_correct_pooled: int64
child 2, clear_positive_total_pooled: int64
child 3, floor: double
child 4, n_shards: int64
child 5, passed: bool
pooled_failure_cells: list<item: null>
child 0, item: null
shards: struct<mistral7b_v03_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agree (... 6906 chars omitted)
child 0, mistral7b_v03_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 126 chars omitted)
child 0, cell: string
child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, clear_pos (... 99 chars omitted)
child 0, attempt: int64
child 1, clear_negative_agreement: double
child 2, clear_positive_agreement: double
child 3, clear_positive_floor_met: bool
child 4, clear_positive_total: int64
child 5, passed: bool
child 6, shard_id: string
child 7, status: string
child 1, mistral7b_v03_shard_01: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 126 chars omitted)
child 0, cell: string
child 1, cg1: struct<attempt: int64, clear_negative_
...
6, random_seed_ledger.json: string
child 7, sc1_verification_summary.json: string
child 8, sc1_verification_summary_v2.json: string
child 9, staging_manifest.json: string
child 10, subsample_manifest.json: string
license_gate_excluded: struct<>
repo_commit_sha: string
instrument_config_sha256: struct<apply_adjudication.py: string, build_pool.py: string, cell.yaml: string, common.py: string, c (... 608 chars omitted)
child 0, apply_adjudication.py: string
child 1, build_pool.py: string
child 2, cell.yaml: string
child 3, common.py: string
child 4, compute_seed_ledger.py: string
child 5, config.py: string
child 6, criterion.py: string
child 7, detector_v2.py: string
child 8, detector_v2_patterns.yaml: string
child 9, direction_draw.py: string
child 10, gate_construction.py: string
child 11, gates.yaml: string
child 12, gates_lib.py: string
child 13, gen_lib.py: string
child 14, grader.py: string
child 15, heldback_decoys.py: string
child 16, mistral_direction_provenance.py: string
child 17, render.py: string
child 18, report.py: string
child 19, row_pool.py: string
child 20, run_factorial.py: string
child 21, sc1_checks.py: string
child 22, sc1_verify_dosed_writes.py: string
child 23, staging.py: string
child 24, steer_lib.py: string
child 25, subsample.py: string
child 26, test_factorial_smoke.py: string
child 27, test_report_smoke.py: string
generation_date: string
amendment_path: string
sources_present: struct<>
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'adjudication_applied_manifest.json': Value('string'), 'adjudication_graded_manifest.json': Value('string'), 'factorial_report.json': Value('string'), 'heldback_decoy_summary.json': Value('string'), 'mistral_direction_provenance.json': Value('string'), 'pool_manifest.json': Value('string'), 'random_seed_ledger.json': Value('string'), 'sc1_verification_summary.json': Value('string'), 'sc1_verification_summary_v2.json': Value('string'), 'staging_manifest.json': Value('string'), 'subsample_manifest.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'apply_adjudication.py': Value('string'), 'build_pool.py': Value('string'), 'cell.yaml': Value('string'), 'common.py': Value('string'), 'compute_seed_ledger.py': Value('string'), 'config.py': Value('string'), 'criterion.py': Value('string'), 'detector_v2.py': Value('string'), 'detector_v2_patterns.yaml': Value('string'), 'direction_draw.py': Value('string'), 'gate_construction.py': Value('string'), 'gates.yaml': Value('string'), 'gates_lib.py': Value('string'), 'gen_lib.py': Value('string'), 'grader.py': Value('string'), 'heldback_decoys.py': Value('string'), 'mistral_direction_provenance.py': Value('string'), 'render.py': Value('string'), 'report.py': Value('string'), 'row_pool.py': Value('string'), 'run_factorial.py': Value('string'), 'sc1_checks.py': Value('string'), 'sc1_verify_dosed_writes.py': Value('string'), 'staging.py': Value('string'), 'steer_lib.py': Value('string'), 'subsample.py': Value('string'), 'test_factorial_smoke.py': Value('string'), 'test_report_smoke.py': Value('string')}, 'license_gate_excluded': {}, 'repo_commit_sha': Value('string'), 'shape': Value('string'), 'sources_present': {}}
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
n_applied_rows: int64
pooled_clear_positive: struct<clear_positive_agreement_pooled: double, clear_positive_correct_pooled: int64, clear_positive (... 67 chars omitted)
child 0, clear_positive_agreement_pooled: double
child 1, clear_positive_correct_pooled: int64
child 2, clear_positive_total_pooled: int64
child 3, floor: double
child 4, n_shards: int64
child 5, passed: bool
pooled_failure_cells: list<item: null>
child 0, item: null
shards: struct<mistral7b_v03_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agree (... 6906 chars omitted)
child 0, mistral7b_v03_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 126 chars omitted)
child 0, cell: string
child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, clear_pos (... 99 chars omitted)
child 0, attempt: int64
child 1, clear_negative_agreement: double
child 2, clear_positive_agreement: double
child 3, clear_positive_floor_met: bool
child 4, clear_positive_total: int64
child 5, passed: bool
child 6, shard_id: string
child 7, status: string
child 1, mistral7b_v03_shard_01: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 126 chars omitted)
child 0, cell: string
child 1, cg1: struct<attempt: int64, clear_negative_
...
6, random_seed_ledger.json: string
child 7, sc1_verification_summary.json: string
child 8, sc1_verification_summary_v2.json: string
child 9, staging_manifest.json: string
child 10, subsample_manifest.json: string
license_gate_excluded: struct<>
repo_commit_sha: string
instrument_config_sha256: struct<apply_adjudication.py: string, build_pool.py: string, cell.yaml: string, common.py: string, c (... 608 chars omitted)
child 0, apply_adjudication.py: string
child 1, build_pool.py: string
child 2, cell.yaml: string
child 3, common.py: string
child 4, compute_seed_ledger.py: string
child 5, config.py: string
child 6, criterion.py: string
child 7, detector_v2.py: string
child 8, detector_v2_patterns.yaml: string
child 9, direction_draw.py: string
child 10, gate_construction.py: string
child 11, gates.yaml: string
child 12, gates_lib.py: string
child 13, gen_lib.py: string
child 14, grader.py: string
child 15, heldback_decoys.py: string
child 16, mistral_direction_provenance.py: string
child 17, render.py: string
child 18, report.py: string
child 19, row_pool.py: string
child 20, run_factorial.py: string
child 21, sc1_checks.py: string
child 22, sc1_verify_dosed_writes.py: string
child 23, staging.py: string
child 24, steer_lib.py: string
child 25, subsample.py: string
child 26, test_factorial_smoke.py: string
child 27, test_report_smoke.py: string
generation_date: string
amendment_path: string
sources_present: struct<>
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'adjudication_applied_manifest.json': Value('string'), 'adjudication_graded_manifest.json': Value('string'), 'factorial_report.json': Value('string'), 'heldback_decoy_summary.json': Value('string'), 'mistral_direction_provenance.json': Value('string'), 'pool_manifest.json': Value('string'), 'random_seed_ledger.json': Value('string'), 'sc1_verification_summary.json': Value('string'), 'sc1_verification_summary_v2.json': Value('string'), 'staging_manifest.json': Value('string'), 'subsample_manifest.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'apply_adjudication.py': Value('string'), 'build_pool.py': Value('string'), 'cell.yaml': Value('string'), 'common.py': Value('string'), 'compute_seed_ledger.py': Value('string'), 'config.py': Value('string'), 'criterion.py': Value('string'), 'detector_v2.py': Value('string'), 'detector_v2_patterns.yaml': Value('string'), 'direction_draw.py': Value('string'), 'gate_construction.py': Value('string'), 'gates.yaml': Value('string'), 'gates_lib.py': Value('string'), 'gen_lib.py': Value('string'), 'grader.py': Value('string'), 'heldback_decoys.py': Value('string'), 'mistral_direction_provenance.py': Value('string'), 'render.py': Value('string'), 'report.py': Value('string'), 'row_pool.py': Value('string'), 'run_factorial.py': Value('string'), 'sc1_checks.py': Value('string'), 'sc1_verify_dosed_writes.py': Value('string'), 'staging.py': Value('string'), 'steer_lib.py': Value('string'), 'subsample.py': Value('string'), 'test_factorial_smoke.py': Value('string'), 'test_report_smoke.py': Value('string')}, 'license_gate_excluded': {}, 'repo_commit_sha': Value('string'), 'shape': Value('string'), 'sources_present': {}}
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.
gate-contribution-factorial -- aggregate exhaust
Aggregate-only: every file committed under this experiment's analysis-committed/ tree (dose-response tables, direction fits, gate AUROCs, manifests, and any other analysis artifact), copied byte-for-byte. No source question text, aliases, or per-row generation text -- analysis-committed/ never carries those.
HF repo: professorsynapse/eh-gate-contribution-factorial
Provenance
- Experiment:
experiments/gate-contribution-factorial - Amendment:
experiments/gate-contribution-factorial/AMENDMENT.md - Repo commit SHA:
fab3cad66e9a4c9aa18cf737d48423dfeeacec66 - Generated:
2026-08-27T22:26:10.707614+00:00 - Pinned instrument config sha256:
apply_adjudication.py:3c488d233ac1c17bcf27b43f20154f00ec3168f5b304f64c105b3951dfff0798build_pool.py:827ab73b1377e42eebd7bcf2fae704fdb29a4634c78df059f67284a9e865c26dcell.yaml:c4939dbdcfe9588750eb5cdc38f4f9d9f0613c8f532dffd9edbc333db6f44047common.py:a8f6d2e051817a3b97ab4b7448b4a6c1047b74e9ab4028a9f6d4edd1f675b07dcompute_seed_ledger.py:ad0027f518244a5b24cdecbee82da9b4218a45951c19d2672f496c43bc699cf3config.py:eec61e23c8e8a2db2a5bfbe91e4b38892a6e6a55405b4f592dbdb24b147fa995criterion.py:7253e20e394f774e299c2b99f37f1e4cbad52cacb4b29fec0184a7194ebffadddetector_v2.py:161fd8548ec0dad1daabd590870654f1c32bd0daf21e6026a2c18c83e83991aedetector_v2_patterns.yaml:36422e01ae03008c2f71f180158c63950e14f8dfc1279c4e654c89fb831841d9direction_draw.py:ade97b9f7152a3a527194f119f680faf7f72c6268dbc259ab754a1d8f9e72a26gate_construction.py:203c9e3dc187241d4f04f8613f84c3cf578ddac95c1cc2e312f11c18a28c45a8gates.yaml:0fb40a9d3b28d562838e6978319082d270f2e3dcf4f9d08d385a801b629cee66gates_lib.py:905b61a56c2e12937cfd2214af3da18fd9fabe241e52edbba2e6f7f1479e9b1dgen_lib.py:a4ee57ec67f187aefe1db67db3f051f9e1d402b87bab89bc4188af45f4940e2agrader.py:eb395542d4163c05417f303df04782e2ebcdcd104b5181aa0af2e966b93b1df9heldback_decoys.py:979163e5e00db1011a43fb12a73b650fa2d1dcc3dd696501931de26ddd8e0a17mistral_direction_provenance.py:0f21f1654205ea9a112fbdcdeb578233533adfcce6fd36aff52d47f01f302971render.py:9df8c181475ded6b9029379bd49d8486c54314b35a529284fdc7a5d5f12ee87freport.py:814925e358d01a0f59980cfba4259f96a83805cb9441777ac43602ca3aeea2b6row_pool.py:80de9817e63cdf102935a5d27f2449ede9038080571897a6d35f06b867c3c07erun_factorial.py:3608c176633b187326e8ee37bea926801b1b80eb612aaf92cb1c60466877a439sc1_checks.py:dd73f29acbac62abc791924abfd7d5e993abe046ac22756a0551ff3835066ecfsc1_verify_dosed_writes.py:b3e1c93d7c2f69592a0e6ef4951d93cff46404d7bd2021a19b794ac5d0a36e64staging.py:a902ffbdc893ffee98df62b74da0462c245f5b3459cf521cbb705dafa0f66bc6steer_lib.py:46951e37e919b29532db0319b6e9691f769aef74a914e73c7bd309676e9fe190subsample.py:993f3561dfb72071bf88a736490e8ce7f1e0e97f0f22e6e91576e8fa3767719ctest_factorial_smoke.py:0e32b2476b5459bdeaa731ddc2b36575b3ff04f6c712688c87d6c611d83ee572test_report_smoke.py:9d70b6f91c420410c229a17122ff047dcc4033152bee0ad505b574fcb13ae991
File inventory
11 file(s) total, by top-level path:
adjudication_applied_manifest.json: 1 file(s)adjudication_graded_manifest.json: 1 file(s)factorial_report.json: 1 file(s)heldback_decoy_summary.json: 1 file(s)mistral_direction_provenance.json: 1 file(s)pool_manifest.json: 1 file(s)random_seed_ledger.json: 1 file(s)sc1_verification_summary.json: 1 file(s)sc1_verification_summary_v2.json: 1 file(s)staging_manifest.json: 1 file(s)subsample_manifest.json: 1 file(s)
License-gate exclusions
(none)
Hard-exclusion skips
Files whose relative path under analysis-committed/ matched a structural hard-exclusion pattern and were skipped (not copied):
(none)
Files
See PROVENANCE.json for the full machine-readable file list (relative path -> sha256) and the hard-exclusion skip list with reasons.
Release Boundary
Built by .skills/data-exhaust/scripts/build_exhaust_dataset.py, gated by
.skills/data-exhaust/reference/license-gates.md, and verified by
.skills/data-exhaust/scripts/verify_exhaust.py before any upload. Hard
exclusions (OpenMOSS/Cheng IDK, bridge_llama2_7b_chat) are enforced
structurally in code, not only by this table.
- Downloads last month
- -