--- license: cc-by-nc-4.0 language: - en tags: - cfd - sciml pretty_name: Laser-Induced Droplet Explosion(LIDE) size_categories: - 10B Two separet files, "train.h5" and "test.h5", are provided. The former includes 96 trajectories for training and validation; the latter covers the 32 remaining trajectories for inference only. > Refer to the "metadat.json" file for more details on the dataset. # Download The dataset can be downloaded, e.g., via `huggingface-cli download`. ```bash huggingface-cli download FluidVerse/SIDA --repo-type dataset --local-dir ``` # Assembly After download, data parts for each file, trai.h5n or test.h5, can be assembled into a single HDF5 file using the provided assemble.py script. Use it as follows: ```bash python ./assemble.py --folder_path --output_path ``` # Strict Licensing Notice: This dataset is released under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) and is exclusively for non-commercial research and educational purposes. Any commercial use—including, but not limited to, training machine learning models, developing generative AI tools, creating software products, or other commercial R&D applications—is strictly prohibited.