Upload OC20 validation AtomPack shards
Browse files
oc20/s2ef_val_ood_cat/manifest.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_tar": "/ogre/.cache/entaloracle/datasets/oc20/s2ef_val_ood_cat/s2ef_val_ood_cat.tar",
|
| 3 |
+
"split": "s2ef_val_ood_cat",
|
| 4 |
+
"num_shards": 1,
|
| 5 |
+
"num_workers": 1,
|
| 6 |
+
"batch_size": 256,
|
| 7 |
+
"compression": "zstd",
|
| 8 |
+
"compression_level": 3,
|
| 9 |
+
"progress": {
|
| 10 |
+
"progress_dir": "/ogre/atompack-v3/oc20/s2ef_val_ood_cat/progress",
|
| 11 |
+
"events_jsonl": "/ogre/atompack-v3/oc20/s2ef_val_ood_cat/progress/events.jsonl",
|
| 12 |
+
"log_every_pairs": 10
|
| 13 |
+
},
|
| 14 |
+
"dtype_policy": {
|
| 15 |
+
"positions": "float32",
|
| 16 |
+
"forces": "float32",
|
| 17 |
+
"energy": "float64",
|
| 18 |
+
"cell": "float64",
|
| 19 |
+
"tags": "int32",
|
| 20 |
+
"move_mask": "int32",
|
| 21 |
+
"ref_energy": "float64",
|
| 22 |
+
"free_energy": "float64"
|
| 23 |
+
},
|
| 24 |
+
"stored_properties": [
|
| 25 |
+
"sid",
|
| 26 |
+
"fid",
|
| 27 |
+
"ref_energy",
|
| 28 |
+
"free_energy",
|
| 29 |
+
"frame_idx",
|
| 30 |
+
"source_pair_index",
|
| 31 |
+
"source_shard",
|
| 32 |
+
"tags",
|
| 33 |
+
"move_mask",
|
| 34 |
+
"oc20_split"
|
| 35 |
+
],
|
| 36 |
+
"output_files": [
|
| 37 |
+
"part_0000.atp"
|
| 38 |
+
],
|
| 39 |
+
"results": [
|
| 40 |
+
{
|
| 41 |
+
"shard_index": 0,
|
| 42 |
+
"output_path": "/ogre/atompack-v3/oc20/s2ef_val_ood_cat/part_0000.atp",
|
| 43 |
+
"source_pairs": 200,
|
| 44 |
+
"written": 999809
|
| 45 |
+
}
|
| 46 |
+
]
|
| 47 |
+
}
|