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/webdataset/webdataset.py", line 80, in _split_generators
                  raise ValueError(
                  ...<2 lines>...
                  )
              ValueError: The TAR archives of the dataset should be in WebDataset format, but the files in the archive don't share the same prefix or the same types.
              
              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.

VOE frozen-TRIBE reproduction archive

This public dataset repository contains the complete VOE data, intermediate artifacts, predictions, results, logs, and code used for the frozen TRIBE reproduction. The source snapshot contains 29,435 files and 437,716,887,971 bytes.

Clearly reproducible transient material was intentionally omitted: work/ processing scratch data and hf_cache/ downloaded cache data, totaling 960,407 files and 852,522,997,016 bytes. Every omitted path and the reason is recorded in metadata/excluded_file_inventory.csv.gz.

Ready-to-view example

examples/timeline_fourview/ contains a 13-second timeline video, poster, metadata, and display array for five human subjects, the all-subject mean, and the frozen TRIBE prediction. Every brain map uses the four views from the original TRIBE visualization: left lateral, left medial, right medial, and right lateral. Per-frame PNGs are intentionally omitted because they are losslessly reproducible from the retained display array and rendering code.

examples/multi_stimulus_timelines/ adds low-, median-, and high-R_group stimuli. Each video displays its stimulus-specific 13-second R_group directly in the title. The accompanying selection table documents every eligible stimulus and the exact correlation definition.

Readable archive layout

The original tribe_replication_voe hierarchy is preserved inside directory-grouped tar.zst shards under archives/. For example, files from workspace/tribe_replication_voe/derivatives/ are stored under archives/derivatives/. Shards are approximately 15 GB uncompressed.

metadata/archive_file_map.csv.gz maps every original path to its exact shard. metadata/file_inventory.csv.gz records every original path, byte size, and modification time. metadata/shard_manifest.csv records each shard's size and SHA-256 checksum.

Extraction

Extract one shard with:

tar --use-compress-program=unzstd -xf SHARD.tar.zst

The archive recreates paths beginning with workspace/tribe_replication_voe/. Original dataset licenses and participant-data terms continue to apply.

Downloads last month
739