The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
gates: struct<g0_integrity: struct<g0a_pool_power_confab: bool, g0a_pool_power_known: bool, g0b_answer_capt (... 8145 chars omitted)
child 0, g0_integrity: struct<g0a_pool_power_confab: bool, g0a_pool_power_known: bool, g0b_answer_capture_trained: bool, g0 (... 445 chars omitted)
child 0, g0a_pool_power_confab: bool
child 1, g0a_pool_power_known: bool
child 2, g0b_answer_capture_trained: bool
child 3, g0b_seam_continuity_trained: bool
child 4, g0c_refit_reproducible_trained: bool
child 5, g0d_gate_auc_trained: bool
child 6, g0e_write_readback_trained: bool
child 7, g0b_answer_capture_raw_base: bool
child 8, g0b_seam_continuity_raw_base: bool
child 9, g0c_refit_reproducible_raw_base: bool
child 10, g0d_gate_auc_raw_base: bool
child 11, g0e_write_readback_raw_base: bool
child 12, g0f_containment_detail: struct<scanned_files: int64, violations: list<item: null>, pass: bool>
child 0, scanned_files: int64
child 1, violations: list<item: null>
child 0, item: null
child 2, pass: bool
child 13, g0f_containment: bool
child 14, overall_pass: bool
child 1, g_dose_viability: struct<trained: struct<cells: struct<hs13:anchor: string, hs13:anchor_onward: string, hs16:anchor: s (... 486 chars omitted)
child 0, trained: struct<cells: struct<hs13:anchor: string, hs13:anchor_onward: string, hs16:anchor: string, hs16:anch (... 301 chars omitted)
...
un_pairs.py: string
child 23, run_sweep.py: string
child 24, split_fit_heldout.py: string
child 25, sweep_lib.py: string
child 26, write_smoke.py: string
files: struct<gate_report.json: string, pool_manifest.json: string, probe_census_extension.json: string, pr (... 699 chars omitted)
child 0, gate_report.json: string
child 1, pool_manifest.json: string
child 2, probe_census_extension.json: string
child 3, probe_corpus_inventory.json: string
child 4, probe_role_yield.json: string
child 5, raw_base/alin_profile.json: string
child 6, raw_base/build_gate_manifest.json: string
child 7, raw_base/controls_summary.json: string
child 8, raw_base/dose_disposition.json: string
child 9, raw_base/held_out_summary.json: string
child 10, raw_base/random_direction_ledger.json: string
child 11, raw_base/write_smoke_report.json: string
child 12, split_manifest.json: string
child 13, trained/alin_profile.json: string
child 14, trained/build_gate_manifest.json: string
child 15, trained/controls_summary.json: string
child 16, trained/dose_disposition.json: string
child 17, trained/held_out_summary.json: string
child 18, trained/pairs_summary.json: string
child 19, trained/random_direction_ledger.json: string
child 20, trained/write_smoke_report.json: string
sources_present: struct<>
generation_date: string
license_gate_excluded: struct<>
repo_commit_sha: string
shape: string
excluded: list<item: null>
child 0, item: null
experiment_slug: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'gate_report.json': Value('string'), 'pool_manifest.json': Value('string'), 'probe_census_extension.json': Value('string'), 'probe_corpus_inventory.json': Value('string'), 'probe_role_yield.json': Value('string'), 'raw_base/alin_profile.json': Value('string'), 'raw_base/build_gate_manifest.json': Value('string'), 'raw_base/controls_summary.json': Value('string'), 'raw_base/dose_disposition.json': Value('string'), 'raw_base/held_out_summary.json': Value('string'), 'raw_base/random_direction_ledger.json': Value('string'), 'raw_base/write_smoke_report.json': Value('string'), 'split_manifest.json': Value('string'), 'trained/alin_profile.json': Value('string'), 'trained/build_gate_manifest.json': Value('string'), 'trained/controls_summary.json': Value('string'), 'trained/dose_disposition.json': Value('string'), 'trained/held_out_summary.json': Value('string'), 'trained/pairs_summary.json': Value('string'), 'trained/random_direction_ledger.json': Value('string'), 'trained/write_smoke_report.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'adjudicate_gates.py': Value('string'), 'alin_profile.py': Value('string'), 'build_directions.py': Value('string'), 'build_random_directions.py': Value('string'), 'cell.yaml': Value('string'), 'docker_launch.sh': Value('string'), 'dose_calibrate.py': Value('string'), 'extract_anchor.py': Value('string'), 'feasibility_probe.yaml': Value('string'), 'gate_scoring.py': Value('string'), 'gates.yaml': Value('string'), 'grader_sweep.py': Value('string'), 'materialize_configs.py': Value('string'), 'materialize_rows_with_text_raw_base.py': Value('string'), 'mine_pool.py': Value('string'), 'probe_census_extension.py': Value('string'), 'probe_common.py': Value('string'), 'probe_stage_a.py': Value('string'), 'probe_stage_b.py': Value('string'), 'render_sweep.py': Value('string'), 'run_controls.py': Value('string'), 'run_held_out.py': Value('string'), 'run_pairs.py': Value('string'), 'run_sweep.py': Value('string'), 'split_fit_heldout.py': Value('string'), 'sweep_lib.py': Value('string'), 'write_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
gates: struct<g0_integrity: struct<g0a_pool_power_confab: bool, g0a_pool_power_known: bool, g0b_answer_capt (... 8145 chars omitted)
child 0, g0_integrity: struct<g0a_pool_power_confab: bool, g0a_pool_power_known: bool, g0b_answer_capture_trained: bool, g0 (... 445 chars omitted)
child 0, g0a_pool_power_confab: bool
child 1, g0a_pool_power_known: bool
child 2, g0b_answer_capture_trained: bool
child 3, g0b_seam_continuity_trained: bool
child 4, g0c_refit_reproducible_trained: bool
child 5, g0d_gate_auc_trained: bool
child 6, g0e_write_readback_trained: bool
child 7, g0b_answer_capture_raw_base: bool
child 8, g0b_seam_continuity_raw_base: bool
child 9, g0c_refit_reproducible_raw_base: bool
child 10, g0d_gate_auc_raw_base: bool
child 11, g0e_write_readback_raw_base: bool
child 12, g0f_containment_detail: struct<scanned_files: int64, violations: list<item: null>, pass: bool>
child 0, scanned_files: int64
child 1, violations: list<item: null>
child 0, item: null
child 2, pass: bool
child 13, g0f_containment: bool
child 14, overall_pass: bool
child 1, g_dose_viability: struct<trained: struct<cells: struct<hs13:anchor: string, hs13:anchor_onward: string, hs16:anchor: s (... 486 chars omitted)
child 0, trained: struct<cells: struct<hs13:anchor: string, hs13:anchor_onward: string, hs16:anchor: string, hs16:anch (... 301 chars omitted)
...
un_pairs.py: string
child 23, run_sweep.py: string
child 24, split_fit_heldout.py: string
child 25, sweep_lib.py: string
child 26, write_smoke.py: string
files: struct<gate_report.json: string, pool_manifest.json: string, probe_census_extension.json: string, pr (... 699 chars omitted)
child 0, gate_report.json: string
child 1, pool_manifest.json: string
child 2, probe_census_extension.json: string
child 3, probe_corpus_inventory.json: string
child 4, probe_role_yield.json: string
child 5, raw_base/alin_profile.json: string
child 6, raw_base/build_gate_manifest.json: string
child 7, raw_base/controls_summary.json: string
child 8, raw_base/dose_disposition.json: string
child 9, raw_base/held_out_summary.json: string
child 10, raw_base/random_direction_ledger.json: string
child 11, raw_base/write_smoke_report.json: string
child 12, split_manifest.json: string
child 13, trained/alin_profile.json: string
child 14, trained/build_gate_manifest.json: string
child 15, trained/controls_summary.json: string
child 16, trained/dose_disposition.json: string
child 17, trained/held_out_summary.json: string
child 18, trained/pairs_summary.json: string
child 19, trained/random_direction_ledger.json: string
child 20, trained/write_smoke_report.json: string
sources_present: struct<>
generation_date: string
license_gate_excluded: struct<>
repo_commit_sha: string
shape: string
excluded: list<item: null>
child 0, item: null
experiment_slug: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'gate_report.json': Value('string'), 'pool_manifest.json': Value('string'), 'probe_census_extension.json': Value('string'), 'probe_corpus_inventory.json': Value('string'), 'probe_role_yield.json': Value('string'), 'raw_base/alin_profile.json': Value('string'), 'raw_base/build_gate_manifest.json': Value('string'), 'raw_base/controls_summary.json': Value('string'), 'raw_base/dose_disposition.json': Value('string'), 'raw_base/held_out_summary.json': Value('string'), 'raw_base/random_direction_ledger.json': Value('string'), 'raw_base/write_smoke_report.json': Value('string'), 'split_manifest.json': Value('string'), 'trained/alin_profile.json': Value('string'), 'trained/build_gate_manifest.json': Value('string'), 'trained/controls_summary.json': Value('string'), 'trained/dose_disposition.json': Value('string'), 'trained/held_out_summary.json': Value('string'), 'trained/pairs_summary.json': Value('string'), 'trained/random_direction_ledger.json': Value('string'), 'trained/write_smoke_report.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'adjudicate_gates.py': Value('string'), 'alin_profile.py': Value('string'), 'build_directions.py': Value('string'), 'build_random_directions.py': Value('string'), 'cell.yaml': Value('string'), 'docker_launch.sh': Value('string'), 'dose_calibrate.py': Value('string'), 'extract_anchor.py': Value('string'), 'feasibility_probe.yaml': Value('string'), 'gate_scoring.py': Value('string'), 'gates.yaml': Value('string'), 'grader_sweep.py': Value('string'), 'materialize_configs.py': Value('string'), 'materialize_rows_with_text_raw_base.py': Value('string'), 'mine_pool.py': Value('string'), 'probe_census_extension.py': Value('string'), 'probe_common.py': Value('string'), 'probe_stage_a.py': Value('string'), 'probe_stage_b.py': Value('string'), 'render_sweep.py': Value('string'), 'run_controls.py': Value('string'), 'run_held_out.py': Value('string'), 'run_pairs.py': Value('string'), 'run_sweep.py': Value('string'), 'split_fit_heldout.py': Value('string'), 'sweep_lib.py': Value('string'), 'write_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.
caution-install-bounded-site-sweep -- 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-caution-install-bounded-site-sweep
Provenance
- Experiment:
experiments/caution-install-bounded-site-sweep - Amendment:
experiments/caution-install-bounded-site-sweep/AMENDMENT.md - Repo commit SHA:
b642b7c60968c72659f84478a0f4c433507fe8be - Generated:
2026-08-27T19:54:35.788924+00:00 - Pinned instrument config sha256:
adjudicate_gates.py:5813ae3e1adabe9155053677a579b1cf358309b72745941d374623ed0af32c21alin_profile.py:fee9888bce2f3284b7308ee57c98e5338a7160f72da85580d9794e04885fbfe9build_directions.py:0b8e989201371518c8a392359922022dd5300ab3f87b84cdbbb8f6d81d54da97build_random_directions.py:0e26b1be448aa587d42b760af40b33ce4cca3f2569f3e93cd9d2a782ced5bcb5cell.yaml:b118c1c4a045ca3230dbe8260f0a1d4e43929c0a81abff842352303cf47fb0c2docker_launch.sh:2efd1f8982844bd8fc2857214ced7b6252ac7bf6a3cfa1356baf63574b79733bdose_calibrate.py:1eb61de617bdc8f666b1c78b9b9cfc2014b87d7144bf4d6deca40d0dc05a81b9extract_anchor.py:af46bd30d57233745d34b3e6e39acf0e2ad0a804cfae5b7a61015d8696b692f9feasibility_probe.yaml:c1e5ed87b36e5a175e3a637a6051f2f6445cfdf0471bfecdb6d6175f1e3f7081gate_scoring.py:946bcc1c93f7d068b6ca8ba975e3eca77d5d15c013db442978e229af5bd21aaagates.yaml:ea176dac3635efd54cd346949da776db4f0996ef6570a5a950c03bf2e252a93dgrader_sweep.py:4ed035339a0408640eeade8b4bf65a9eb8d6513909883fcb2942e4225eb266d7materialize_configs.py:01fae475fda4b0be869be2ba6c240377feffcbc6e2cfa70417b2f0a39550e1e4materialize_rows_with_text_raw_base.py:04726d66aa399a15a8ca0848bf714444e68ac5dec142beb6a618e02868e51c94mine_pool.py:46f6a51701788c3f71026401d3edbb39de5a6248ebbef8b4662d6365891a59deprobe_census_extension.py:7c5d4a8a44fdf0dd3788b12dfc3d103c4ccdfad7aa58f1f3014586389596ce28probe_common.py:9ede6b49fb10c362557b6b4cb11df1d70e1f3d8902a818796cd80c5b5cd49de7probe_stage_a.py:3d5e2f4db244ad47477dad6cae31452594e28b331a4ca532ccc39f640bf52417probe_stage_b.py:a139b16223d30fa0214c8efbc32562b367d0ef15084a8b8c2f9c1e520eb94c9brender_sweep.py:2dbca966807da00c35085e5c7d598a390e9defd0e0cb0e3bd87731bdc9eeef39run_controls.py:28d867ca066f95f9a309b7ee279ea5c2be82f3afcd6f2200e9c438362ba160c5run_held_out.py:b0a59a6ac3a9c6ee4b25c32ab561a235942a1a14e5fe3bc888bcd345dadc7bedrun_pairs.py:f9a438b8a5f42d00dd7beedb2fd5d95f579c3e0ed98ccc86d8cce15343867a8crun_sweep.py:ab6a4d74bca82df5aca1fed98dc8683dab682b8acd40babdf88e9818055a0e6asplit_fit_heldout.py:f550c5a087287b80f450002db30aaf6197b76e2d8193b4df7a658a04f43f22afsweep_lib.py:f928b9856c8dca995c659f4316e9585ce3d445122582567b02dda9c8d6932ee6write_smoke.py:a022a71b118a848dd05eb6bc5300a92f540b4e0e7631075f88b2ba5babc9ac34
File inventory
21 file(s) total, by top-level path:
gate_report.json: 1 file(s)pool_manifest.json: 1 file(s)probe_census_extension.json: 1 file(s)probe_corpus_inventory.json: 1 file(s)probe_role_yield.json: 1 file(s)raw_base: 7 file(s)split_manifest.json: 1 file(s)trained: 8 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
- -