Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,8 +21,18 @@ Data is stored in HDF5 (`.h5`) format.
|
|
| 21 |
|
| 22 |
This dataset was generated by **Armand Kassai Koupaï** and has been used in the following papers:
|
| 23 |
|
| 24 |
-
- **ZEBRA
|
| 25 |
-
- **ENMA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
## Usage
|
| 28 |
|
|
|
|
| 21 |
|
| 22 |
This dataset was generated by **Armand Kassai Koupaï** and has been used in the following papers:
|
| 23 |
|
| 24 |
+
- **ZEBRA: In-Context Generative Pretraining for Solving Parametric PDEs** — Louis Serrano, Armand Kassaï Koupaï, Thomas X Wang, Pierre Erbacher, Patrick Gallinari. *ICML 2025*. [OpenReview](https://openreview.net/forum?id=22kNOkkokU)
|
| 25 |
+
- **ENMA: Tokenwise Autoregression for Generative Neural PDE Operators** — Armand Kassaï Koupaï, Lise Le Boudec, Louis Serrano, Patrick Gallinari. *NeurIPS 2025*.
|
| 26 |
+
|
| 27 |
+
## Download
|
| 28 |
+
|
| 29 |
+
See the full download script in the [Zebra repository](https://github.com/LouisSerrano/zebra).
|
| 30 |
+
|
| 31 |
+
```bash
|
| 32 |
+
pip install huggingface_hub
|
| 33 |
+
|
| 34 |
+
python download_data/download_data_hugging_face.py --datasets wave
|
| 35 |
+
```
|
| 36 |
|
| 37 |
## Usage
|
| 38 |
|