Rename 10K example split to validation
Browse files
.gitattributes
CHANGED
|
@@ -73,3 +73,4 @@ crossdock/crossdocked_v1.0_rmsd_1_to_2_all_heavy_pocket_valid_3000.lmdb filter=l
|
|
| 73 |
pockets_center_frame_cartesian/train.lmdb filter=lfs diff=lfs merge=lfs -text
|
| 74 |
pockets_center_frame_cartesian/valid.lmdb filter=lfs diff=lfs merge=lfs -text
|
| 75 |
ligands/example_10000.lmdb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 73 |
pockets_center_frame_cartesian/train.lmdb filter=lfs diff=lfs merge=lfs -text
|
| 74 |
pockets_center_frame_cartesian/valid.lmdb filter=lfs diff=lfs merge=lfs -text
|
| 75 |
ligands/example_10000.lmdb filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
ligands/valid.lmdb filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -42,8 +42,8 @@ ligands/shard_1_metadata.json
|
|
| 42 |
...
|
| 43 |
ligands/shard_5.lmdb
|
| 44 |
ligands/shard_5_metadata.json
|
| 45 |
-
ligands/
|
| 46 |
-
ligands/
|
| 47 |
```
|
| 48 |
|
| 49 |
Every `shard_*.lmdb` stores numeric keys `b"0"` through `b"19999999"` and a
|
|
@@ -52,7 +52,7 @@ pickled `b"length"` value equal to `20_000_000`.
|
|
| 52 |
The local deduplication registries used during generation are not uploaded;
|
| 53 |
they are not needed to train from the finalized records.
|
| 54 |
|
| 55 |
-
`
|
| 56 |
SELFIES generated from unused source slice 6. All 10,000 entries were checked
|
| 57 |
against the finalized training registries and have no overlap with the 100M
|
| 58 |
training records. Its numeric keys are `b"0"` through `b"9999"`, and its
|
|
|
|
| 42 |
...
|
| 43 |
ligands/shard_5.lmdb
|
| 44 |
ligands/shard_5_metadata.json
|
| 45 |
+
ligands/valid.lmdb
|
| 46 |
+
ligands/valid_metadata.json
|
| 47 |
```
|
| 48 |
|
| 49 |
Every `shard_*.lmdb` stores numeric keys `b"0"` through `b"19999999"` and a
|
|
|
|
| 52 |
The local deduplication registries used during generation are not uploaded;
|
| 53 |
they are not needed to train from the finalized records.
|
| 54 |
|
| 55 |
+
`valid.lmdb` uses the same record schema and contains 10,000 unique
|
| 56 |
SELFIES generated from unused source slice 6. All 10,000 entries were checked
|
| 57 |
against the finalized training registries and have no overlap with the 100M
|
| 58 |
training records. Its numeric keys are `b"0"` through `b"9999"`, and its
|
ligands/{example_10000.lmdb → valid.lmdb}
RENAMED
|
File without changes
|
ligands/{example_10000_metadata.json → valid_metadata.json}
RENAMED
|
File without changes
|