sogeeking commited on
Commit
6f72412
·
verified ·
1 Parent(s): 2504f9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -23,8 +23,18 @@ Data is stored in HDF5 (`.h5`) format.
23
 
24
  This dataset was generated by **Armand Kassai Koupaï** and has been used in the following papers:
25
 
26
- - **ZEBRA**: Zero-shot Edge-conditioned Basis Recovery Approach for neural operators.
27
- - **ENMA**: Efficient Neural operator learning with Memory Attention.
 
 
 
 
 
 
 
 
 
 
28
 
29
  ## Usage
30
 
 
23
 
24
  This dataset was generated by **Armand Kassai Koupaï** and has been used in the following papers:
25
 
26
+ - **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)
27
+ - **ENMA: Tokenwise Autoregression for Generative Neural PDE Operators** Armand Kassaï Koupaï, Lise Le Boudec, Louis Serrano, Patrick Gallinari. *NeurIPS 2025*.
28
+
29
+ ## Download
30
+
31
+ See the full download script in the [Zebra repository](https://github.com/LouisSerrano/zebra).
32
+
33
+ ```bash
34
+ pip install huggingface_hub
35
+
36
+ python download_data/download_data_hugging_face.py --datasets wave_ood
37
+ ```
38
 
39
  ## Usage
40