Datasets:

Languages:
English
ArXiv:
DOI:
License:
Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/hdf5/hdf5.py", line 58, in _split_generators
                  with _safe_open_h5py(f, "r") as h5:
                       ~~~~~~~~~~~~~~~^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/hdf5/hdf5.py", line 392, in _safe_open_h5py
                  f = h5py.File(file, mode)
                File "/usr/local/lib/python3.14/site-packages/h5py/_hl/files.py", line 555, in __init__
                  fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
                File "/usr/local/lib/python3.14/site-packages/h5py/_hl/files.py", line 232, in make_fid
                  fid = h5f.open(name, flags, fapl=fapl)
                File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
                File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
                File "h5py/h5f.pyx", line 106, in h5py.h5f.open
              OSError: Unable to synchronously open file (truncated file: eof = 182536110080, sblock->base_addr = 0, stored_eof = 508048822280)
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 68, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

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.

Cascadia K Matrix Dataset

Single HDF5 file split for Hugging Face (hard limit: 500 GB SI per file).

This is a dataset to be used with the AutonomousOED package: Zenodo, GitHub

This dataset can be used for reproducing results in the paper:

Sreeram Venkat, Stefan Henneking, and Omar Ghattas. "Sensor Placement for Tsunami Early Warning via Large-Scale Bayesian Optimal Experimental Design." arXiv preprint arXiv:2604.08812 (2026). To appear in Proceedings of SC'26.

Below are the instructions to reassemble the dataset before using it in the application.

Reassemble

cat cascadia_K_matrix.h5.part* > cascadia_K_matrix.h5

Parts are not valid HDF5 until concatenated in order (part0, part1, ...).

Contents

  • Original file: cascadia_K_matrix.h5
  • Dataset: /K_matrix — shape (252000, 252000), float64, chunks (420, 420)
Downloads last month
119

Paper for s769/cascadia_K_matrix