repair legacy root parquet sidecar notice
Browse files
te_seqdata.parquet.LEGACY_DO_NOT_USE.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
# Legacy root parquet notice
|
| 2 |
|
| 3 |
-
at the dataset root is a legacy snapshot and should not be used for new DeepGenopix runs.
|
| 4 |
|
| 5 |
Use the corrected split shards instead:
|
| 6 |
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
|
| 12 |
-
For corrected raw sibling access use .
|
| 13 |
|
| 14 |
-
Canonical corrected split-input revision: .
|
|
|
|
| 1 |
# Legacy root parquet notice
|
| 2 |
|
| 3 |
+
`te_seqdata.parquet` at the dataset root is a legacy snapshot and should not be used for new DeepGenopix runs.
|
| 4 |
|
| 5 |
Use the corrected split shards instead:
|
| 6 |
|
| 7 |
+
- `train/te_seqdata.parquet`
|
| 8 |
+
- `val/te_seqdata.parquet`
|
| 9 |
+
- `test/te_seqdata.parquet`
|
| 10 |
+
- `split_summary.json`
|
| 11 |
|
| 12 |
+
For corrected raw sibling access use `te_seqdata.recovered.parquet`.
|
| 13 |
|
| 14 |
+
Canonical corrected split-input revision: `f107d46c5a61087eb3fb19b4e3e75fdef0b74fdd`.
|