Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -69,6 +69,16 @@ Index-based, shared across all PIC-Flow ablation runs:
|
|
| 69 |
| val | 2,250 |
|
| 70 |
| test | 2,250 |
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
## How to download
|
| 73 |
|
| 74 |
```bash
|
|
|
|
| 69 |
| val | 2,250 |
|
| 70 |
| test | 2,250 |
|
| 71 |
|
| 72 |
+
> **Note on the Hugging Face dataset viewer.** The viewer at the top of this page
|
| 73 |
+
> labels every shard as "train" because it auto-detects splits from filename
|
| 74 |
+
> patterns (`train-*`, `test-*`, `validation-*`). This dataset uses a different
|
| 75 |
+
> convention: splits are encoded **per sample** in `shards/index.json` (each entry
|
| 76 |
+
> has a `split: "train" | "val" | "test"` field), and a single `.npz` shard can
|
| 77 |
+
> contain samples from any of the three splits. The PIC-Flow dataloader
|
| 78 |
+
> ([`Model/dataset.py`](https://github.com/Rizzo-Integrated-Photonic-Systems-Lab/PIC-Flow/blob/main/Model/dataset.py))
|
| 79 |
+
> reads `index.json` and partitions samples accordingly. The 18,000 / 2,250 / 2,250
|
| 80 |
+
> split is what the dataloader actually serves — the viewer label is cosmetic.
|
| 81 |
+
|
| 82 |
## How to download
|
| 83 |
|
| 84 |
```bash
|