CISR24 / audit /naming.json
okra123's picture
Add files using upload-large-folder tool
75fc2d6 verified
Raw
History Blame Contribute Delete
861 Bytes
{
"dataset_name": "CISR24",
"release_root": "CISR24",
"checks": {
"root_name_exact": true,
"payload_names_exact": true,
"hdf5_release_names_exact": true,
"manifest_names_exact": true,
"no_banned_names": true
},
"hdf5_release_names": {
"train": "CISR24",
"val": "CISR24",
"test": "CISR24"
},
"manifests": {
"train": {
"rows": 504000,
"release_names": [
"CISR24"
],
"h5_rel_paths": [
"hdf5/cisr24_train.h5"
]
},
"val": {
"rows": 100800,
"release_names": [
"CISR24"
],
"h5_rel_paths": [
"hdf5/cisr24_val.h5"
]
},
"test": {
"rows": 100800,
"release_names": [
"CISR24"
],
"h5_rel_paths": [
"hdf5/cisr24_test.h5"
]
}
},
"issues": [],
"status": "pass"
}