maximilianherde commited on
Commit
33292b9
1 Parent(s): 67dbb0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ # Short Description
6
+
7
+ Based on the Poisson equation, this dataset contains the solution when given a source term that is a sum of Gaussians.
8
+
9
+ # Dimensions
10
+
11
+ The NetCDF file has **two** variables called *solution* with dimensionality
12
+ - 20000 (number of samples)
13
+ - 128 (x-dim)
14
+ - 128 (y-dim)
15
+ and *source* with dimensionality:
16
+ - 20000 (number of samples)
17
+ - 128 (x-dim)
18
+ - 128 (y-dim)
19
+
20
+ # Train/Val/Test-split
21
+
22
+ 19640/120/240 trajectories
23
+
24
+ # Download
25
+
26
+ The dataset can be downloaded, e.g., via `huggingface-cli download`.