Poseidon – Downstream Tasks
Collection
Datasets (from PDEGym) used in the downstream tasks for the Poseidon family of PDE foundation models.
•
15 items
•
Updated
•
2
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
This dataset comprises trajectories of the Allen-Cahn equation, see https://arxiv.org/abs/2405.19101.
The assembled NetCDF file has a single variable called solution with dimensionality
It was simulated on the unit square up to T=0.0002 and saved as uniformly spaced in space and time.
14700/60/240 trajectories
The dataset can be downloaded, e.g., via huggingface-cli download
.
After download, the chunked data can be assembled into a single NetCDF file using the provided assemble_data.py
script.
Use it as follows:
python assemble_data.py --input_dir . --output_file ACE.nc