metadata
license: cc-by-sa-4.0
To download the dataset:
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="FluidVerse/2D_SDBA_small_sample",
repo_type="dataset",
allow_patterns="2D_SDBA_32train_8test/*",
local_dir="."
)