Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
pdf
pdf

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

๐Ÿš€ Quick Start: Download Data

The most reliable way to download this benchmark while preserving the recursive folder structure is using the huggingface_hub library.

1. Install requirements

pip install huggingface_hub h5py

2. Download the entire dataset

Run this Python snippet to mirror the full repository to your local machine:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="kmario23/standard-pde-benchmark",
    repo_type="dataset",
    local_dir="./standard-pde-benchmark"
)

Note: Since this dataset is ~12GB, ensure you have enough disk space before running the download.

Downloads last month
72