File size: 267 Bytes
5777a6d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ---
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="."
)
``` |