JDecke commited on
Commit
d7965da
·
verified ·
1 Parent(s): 85e5249

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -113,7 +113,7 @@ The geometry is controlled by 28 parameters sampled via a scrambled Sobol sequen
113
  - 6 midpoint displacements (inner wall shape)
114
  - 16 cubic Bezier control weights (wall curvature)
115
 
116
- ![Animation](animation_rotgruen.gif)
117
 
118
  ## Dataset Statistics
119
 
@@ -126,7 +126,7 @@ The geometry is controlled by 28 parameters sampled via a scrambled Sobol sequen
126
 
127
  ### Failed samples and error codes
128
 
129
- The `params` configuration provides three splits: `train` (~8,050 samples), `test` (~895 samples) — both 90/10 split with seed=42 over successful simulations — and `failed` (~1,055 samples) containing all unsuccessful runs. Failed samples are indicated by sentinel values in the target columns:
130
 
131
  | `target_0` value | Meaning |
132
  |---|---|
 
113
  - 6 midpoint displacements (inner wall shape)
114
  - 16 cubic Bezier control weights (wall curvature)
115
 
116
+ <img src="animation_rotgruen.gif" alt="Animation" width="400">
117
 
118
  ## Dataset Statistics
119
 
 
126
 
127
  ### Failed samples and error codes
128
 
129
+ The `params` configuration provides three splits: `train` (~8,050 samples) and `test` (~895 samples) — a 90/10 split with seed=42 over successful simulations — plus `failed` (~1,055 samples) containing all unsuccessful runs. Failed samples are indicated by sentinel values in the target columns:
130
 
131
  | `target_0` value | Meaning |
132
  |---|---|