Datasets:
Add 100-event PILArNet-M mini subset (80/20/20 train/val/test) for CI/CD and exploration
Browse files- README.md +21 -0
- test/generic_v2_20_v2.h5 +3 -0
- train/generic_v2_80_v2.h5 +3 -0
- val/generic_v2_20_v2.h5 +3 -0
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
+
tags:
|
| 6 |
+
- physics
|
| 7 |
+
- liquid-argon
|
| 8 |
+
- particle-imaging
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# PILArNet-M-mini
|
| 12 |
+
|
| 13 |
+
A tiny 100-event subset of [DeepLearnPhysics/PILArNet-M](https://huggingface.co/datasets/DeepLearnPhysics/PILArNet-M),
|
| 14 |
+
stored in the exact same HDF5 format (variable-length `point`/`cluster`/`cluster_extra` datasets).
|
| 15 |
+
|
| 16 |
+
- `train/generic_v2_80_v2.h5` - 80 events
|
| 17 |
+
- `val/generic_v2_20_v2.h5` - 20 events
|
| 18 |
+
- `test/generic_v2_20_v2.h5` - 20 events
|
| 19 |
+
|
| 20 |
+
Intended purely for **CI/CD and exploration** - a lightweight drop-in for pipelines
|
| 21 |
+
that expect PILArNet-M without downloading the full multi-TB dataset.
|
test/generic_v2_20_v2.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c092b797736f64130826a63c28fa2493a00e5efbe1c38d62326b676b00cf8a5
|
| 3 |
+
size 2697120
|
train/generic_v2_80_v2.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8056fa915efb50bff1e06e746240ed0cce166b41693502b361b208fe3296f1f
|
| 3 |
+
size 10578656
|
val/generic_v2_20_v2.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4881c1651e4bcfbd91e39c7a18de907aa2fd2d8389de0ace8b96c1a22926ae64
|
| 3 |
+
size 2817280
|