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 83, 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 66, 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.
MiniTNtk Sweep Datasets
Boolean function transistor-network synthesis sweep results generated with MiniTNtk-Extension and the Possani et al. (2016) graph-based synthesis algorithm.
Contents
| Archive | Description | Approx size |
|---|---|---|
sweep_3input.tar.gz |
All 3-input Boolean functions | ~7 MB |
sweep_4input.tar.gz |
All 4-input Boolean functions (MiniTNtk) | ~2.8 GB |
sweep_4input_possani.tar.gz |
All 4-input functions (Possani synthesizer) | ~4.4 GB |
sweep_5input_possani.tar.gz |
5-input function sweep (Possani synthesizer) | ~6.9 GB |
sweep_6input_possani.tar.gz |
6-input function sweep (Possani synthesizer) | ~8.2 GB |
sweep_6input_all.tar.gz |
Full 6-input consolidated set: original random + simple augmentation + expansion batches (1.96M networks, 288k functions, n_switches 1–86) | ~24 GB |
Each archive unpacks to a directory tree:
sweep_Xinput/
aggregate.csv — all results in one file
<function_id>/
impl_<n>/
Booleans.txt — Boolean function definition
PClassResults.csv — P-class analysis results
F*.sp — SPICE netlist
Download
from huggingface_hub import hf_hub_download, snapshot_download
# Single archive
hf_hub_download(
repo_id="Jalik/minitntk-sweep-datasets",
filename="sweep_4input_possani.tar.gz",
repo_type="dataset",
local_dir=".",
)
# All archives at once
snapshot_download(
repo_id="Jalik/minitntk-sweep-datasets",
repo_type="dataset",
local_dir="./minitntk_datasets",
)
Then extract:
tar -xzf sweep_4input_possani.tar.gz
- Downloads last month
- 19