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
n_applied_rows: int64
shards: struct<WICR45_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: d (... 642 chars omitted)
  child 0, WICR45_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 65 chars omitted)
      child 0, cell: string
      child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, passed: b (... 38 chars omitted)
          child 0, attempt: int64
          child 1, clear_negative_agreement: double
          child 2, clear_positive_agreement: double
          child 3, passed: bool
          child 4, shard_id: string
          child 5, status: string
  child 1, WICR45_shard_01: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 65 chars omitted)
      child 0, cell: string
      child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, passed: b (... 38 chars omitted)
          child 0, attempt: int64
          child 1, clear_negative_agreement: double
          child 2, clear_positive_agreement: double
          child 3, passed: bool
          child 4, shard_id: string
          child 5, status: string
  child 2, WICR46_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 65 chars omitted)
      child 0, cell: string
      child 1, cg1: struct<attempt: i
...
    child 0, cell: string
      child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, passed: b (... 38 chars omitted)
          child 0, attempt: int64
          child 1, clear_negative_agreement: double
          child 2, clear_positive_agreement: double
          child 3, passed: bool
          child 4, shard_id: string
          child 5, status: string
voided_cells: list<item: null>
  child 0, item: null
repo_commit_sha: string
generation_date: string
sources_present: struct<>
instrument_config_sha256: struct<cell.yaml: string, gates.yaml: string, pipeline_rescore.py: string, provenance.py: string, sc (... 67 chars omitted)
  child 0, cell.yaml: string
  child 1, gates.yaml: string
  child 2, pipeline_rescore.py: string
  child 3, provenance.py: string
  child 4, score_parity.py: string
  child 5, score_wide.py: string
  child 6, stats_lib.py: string
amendment_path: string
files: struct<adjudication_applied_manifest.json: string, adjudication_graded_manifest.json: string, adjudi (... 155 chars omitted)
  child 0, adjudication_applied_manifest.json: string
  child 1, adjudication_graded_manifest.json: string
  child 2, adjudication_pool_manifest.json: string
  child 3, results/parity_report.json: string
  child 4, results/wg_g3_paired_bootstrap.json: string
  child 5, results/wide_gates_report.json: string
license_gate_excluded: struct<>
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': {'adjudication_applied_manifest.json': Value('string'), 'adjudication_graded_manifest.json': Value('string'), 'adjudication_pool_manifest.json': Value('string'), 'results/parity_report.json': Value('string'), 'results/wg_g3_paired_bootstrap.json': Value('string'), 'results/wide_gates_report.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'cell.yaml': Value('string'), 'gates.yaml': Value('string'), 'pipeline_rescore.py': Value('string'), 'provenance.py': Value('string'), 'score_parity.py': Value('string'), 'score_wide.py': Value('string'), 'stats_lib.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
              shards: struct<WICR45_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: d (... 642 chars omitted)
                child 0, WICR45_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 65 chars omitted)
                    child 0, cell: string
                    child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, passed: b (... 38 chars omitted)
                        child 0, attempt: int64
                        child 1, clear_negative_agreement: double
                        child 2, clear_positive_agreement: double
                        child 3, passed: bool
                        child 4, shard_id: string
                        child 5, status: string
                child 1, WICR45_shard_01: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 65 chars omitted)
                    child 0, cell: string
                    child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, passed: b (... 38 chars omitted)
                        child 0, attempt: int64
                        child 1, clear_negative_agreement: double
                        child 2, clear_positive_agreement: double
                        child 3, passed: bool
                        child 4, shard_id: string
                        child 5, status: string
                child 2, WICR46_shard_00: struct<cell: string, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_ag (... 65 chars omitted)
                    child 0, cell: string
                    child 1, cg1: struct<attempt: i
              ...
                  child 0, cell: string
                    child 1, cg1: struct<attempt: int64, clear_negative_agreement: double, clear_positive_agreement: double, passed: b (... 38 chars omitted)
                        child 0, attempt: int64
                        child 1, clear_negative_agreement: double
                        child 2, clear_positive_agreement: double
                        child 3, passed: bool
                        child 4, shard_id: string
                        child 5, status: string
              voided_cells: list<item: null>
                child 0, item: null
              repo_commit_sha: string
              generation_date: string
              sources_present: struct<>
              instrument_config_sha256: struct<cell.yaml: string, gates.yaml: string, pipeline_rescore.py: string, provenance.py: string, sc (... 67 chars omitted)
                child 0, cell.yaml: string
                child 1, gates.yaml: string
                child 2, pipeline_rescore.py: string
                child 3, provenance.py: string
                child 4, score_parity.py: string
                child 5, score_wide.py: string
                child 6, stats_lib.py: string
              amendment_path: string
              files: struct<adjudication_applied_manifest.json: string, adjudication_graded_manifest.json: string, adjudi (... 155 chars omitted)
                child 0, adjudication_applied_manifest.json: string
                child 1, adjudication_graded_manifest.json: string
                child 2, adjudication_pool_manifest.json: string
                child 3, results/parity_report.json: string
                child 4, results/wg_g3_paired_bootstrap.json: string
                child 5, results/wide_gates_report.json: string
              license_gate_excluded: struct<>
              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': {'adjudication_applied_manifest.json': Value('string'), 'adjudication_graded_manifest.json': Value('string'), 'adjudication_pool_manifest.json': Value('string'), 'results/parity_report.json': Value('string'), 'results/wg_g3_paired_bootstrap.json': Value('string'), 'results/wide_gates_report.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'cell.yaml': Value('string'), 'gates.yaml': Value('string'), 'pipeline_rescore.py': Value('string'), 'provenance.py': Value('string'), 'score_parity.py': Value('string'), 'score_wide.py': Value('string'), 'stats_lib.py': Value('string')}, 'license_gate_excluded': {}, 'repo_commit_sha': Value('string'), 'shape': Value('string'), 'sources_present': {}}
              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.

wide-instrument-control-rescore -- 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-wide-instrument-control-rescore

Provenance

  • Experiment: experiments/wide-instrument-control-rescore
  • Amendment: experiments/wide-instrument-control-rescore/AMENDMENT.md
  • Repo commit SHA: 3863884d738614ad45658a9c72e634438cf87fa6
  • Generated: 2026-08-20T13:37:06.965683+00:00
  • Pinned instrument config sha256:
    • cell.yaml: 3abd9c828f3206390c7533b09e143f0ccd3135db97f981fd1f72d5924ec3758a
    • gates.yaml: 41fdf16d96d7e44c7162d3befe5ca47ae3b5e9c695f725259efbd6c1d0bf2881
    • pipeline_rescore.py: 8cb2fb3ebba30f691a69e39726c928ed836489d0709d6f3643f765cbd16cec77
    • provenance.py: 789b5c985f709ade68d008e616752e4ea800d4f03744dbc35f44f7523c20e395
    • score_parity.py: d9b981b5b59b1a010896bedbd488fd6e318e26630bd78e991b461027e7d76e1a
    • score_wide.py: 0cdc4e2d36eaefcda31ecd916fc448d0bee5e7047c22b1c5b8c838de87624c2d
    • stats_lib.py: 74f262ac733c61d2ef0fc5c3b37178f96b7c25022d461114fe46f4d1bdaae0f6

File inventory

6 file(s) total, by top-level path:

  • adjudication_applied_manifest.json: 1 file(s)
  • adjudication_graded_manifest.json: 1 file(s)
  • adjudication_pool_manifest.json: 1 file(s)
  • results: 3 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
36