JessicaE commited on
Commit
ee033cb
·
verified ·
1 Parent(s): d58acdf

Add stratified-subset README

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -46,16 +46,17 @@ tags:
46
 
47
  # OpenSeeSimE-Fluid-Mini
48
 
49
- A **stratified 1% subset** of [`cmudrc/OpenSeeSimE-Fluid`](https://huggingface.co/datasets/cmudrc/OpenSeeSimE-Fluid), intended for quicker iteration, smoke tests, and baseline training on reduced data.
50
 
51
  ## Subset Provenance
52
 
53
  - **Parent dataset**: [`cmudrc/OpenSeeSimE-Fluid`](https://huggingface.co/datasets/cmudrc/OpenSeeSimE-Fluid) (98,326 rows total)
54
  - **Rows in this subset**: **1,040** (1.06% of parent)
 
55
  - **Parquet shards**: 3 | **Storage**: ~11.61 GB
56
  - **Sampling**: per-stratum shuffle with `numpy.random.default_rng(42)`, then take `ceil(n * fraction)` from each stratum. Any non-empty stratum contributes at least 1 row.
57
  - **Strata**: `(source_file, question_type, media_type, question_id)` — all four jointly.
58
- - **Nesting**: `Mini ⊂ Small ⊂ parent`. The same shuffled prefix is taken for every fraction, so the 1% subset is a literal subset of the 10% subset.
59
 
60
  ## Composition
61
 
@@ -86,10 +87,6 @@ A **stratified 1% subset** of [`cmudrc/OpenSeeSimE-Fluid`](https://huggingface.c
86
  | Heat Sink | 76 | 72 | 44 | 192 |
87
  | Mixing Pipe | 88 | 88 | 44 | 220 |
88
 
89
- ## Deviations from Parent
90
-
91
- - **Nested**: `Mini` is a strict subset of `Fluid-Small`, which is a strict subset of `cmudrc/OpenSeeSimE-Fluid`. Any row appearing in `Mini` also appears in `Fluid-Small`.
92
-
93
  ## Feature Schema
94
 
95
  Identical to the parent dataset. See [`cmudrc/OpenSeeSimE-Fluid`](https://huggingface.co/datasets/cmudrc/OpenSeeSimE-Fluid) for full documentation of simulation generation, ground-truth extraction, preprocessing, limitations, and intended use.
@@ -112,11 +109,9 @@ Identical to the parent dataset. See [`cmudrc/OpenSeeSimE-Fluid`](https://huggin
112
 
113
  ## Intended Use
114
 
115
- - Fast smoke-testing of VLM evaluation pipelines before running the full benchmark
116
- - Baseline training (e.g. CNN baselines) on a reduced footprint
117
- - Iteration on metric/aggregation code without 100k+ row overhead
118
-
119
- For rigorous benchmarking, use the parent dataset.
120
 
121
  ## License
122
 
 
46
 
47
  # OpenSeeSimE-Fluid-Mini
48
 
49
+ A **stratified 1% subset** of [`cmudrc/OpenSeeSimE-Fluid`](https://huggingface.co/datasets/cmudrc/OpenSeeSimE-Fluid) for evaluating vision-language models at a reduced compute footprint while preserving the joint distribution of simulation type, question type, media type, and question id.
50
 
51
  ## Subset Provenance
52
 
53
  - **Parent dataset**: [`cmudrc/OpenSeeSimE-Fluid`](https://huggingface.co/datasets/cmudrc/OpenSeeSimE-Fluid) (98,326 rows total)
54
  - **Rows in this subset**: **1,040** (1.06% of parent)
55
+ - **Source classes**: `Bent Pipe`, `Converging Nozzle`, `Heat Exchanger`, `Heat Sink`, `Mixing Pipe`
56
  - **Parquet shards**: 3 | **Storage**: ~11.61 GB
57
  - **Sampling**: per-stratum shuffle with `numpy.random.default_rng(42)`, then take `ceil(n * fraction)` from each stratum. Any non-empty stratum contributes at least 1 row.
58
  - **Strata**: `(source_file, question_type, media_type, question_id)` — all four jointly.
59
+ - **Nesting**: the 1% subset is a literal subset of the 10% subset (same shuffled prefix is taken for every fraction).
60
 
61
  ## Composition
62
 
 
87
  | Heat Sink | 76 | 72 | 44 | 192 |
88
  | Mixing Pipe | 88 | 88 | 44 | 220 |
89
 
 
 
 
 
90
  ## Feature Schema
91
 
92
  Identical to the parent dataset. See [`cmudrc/OpenSeeSimE-Fluid`](https://huggingface.co/datasets/cmudrc/OpenSeeSimE-Fluid) for full documentation of simulation generation, ground-truth extraction, preprocessing, limitations, and intended use.
 
109
 
110
  ## Intended Use
111
 
112
+ - Benchmark evaluation of vision-language models on engineering simulation question answering at reduced compute cost
113
+ - Smoke-testing of evaluation pipelines before running the full benchmark
114
+ - Comparative studies where storage or bandwidth constraints matter
 
 
115
 
116
  ## License
117