rha6696's picture
Create README.md
5777a6d verified
|
Raw
History Blame Contribute Delete
267 Bytes
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="."
)