beacon-isoform / beacon_manifest.json
jiahaozhang2003's picture
Publish official BEACON task dataset
24fb86b verified
Raw
History Blame Contribute Delete
2.25 kB
{
"task": "Isoform",
"repo_id": "jiahaozhang2003/beacon-isoform",
"description": "RNA isoform proportion prediction data.",
"source": {
"drive_folder": "https://drive.google.com/drive/folders/19ddrwI8ycvIxkgSV3gDo_VunLofYd4-6?hl=en",
"drive_root_id": "19ddrwI8ycvIxkgSV3gDo_VunLofYd4-6",
"drive_relative_root": "data/Isoform"
},
"split_counts": {
"train": 145463,
"validation": 33170,
"test": 49755
},
"standardized_layout": {
"format": "parquet",
"split_files": {
"train": "data/train.parquet",
"validation": "data/validation.parquet",
"test": "data/test.parquet"
},
"schema": {
"library": "large_string",
"seq": "large_string",
"proximal_isoform_proportion": "double",
"library_index": "int64"
}
},
"raw_file_count": 3,
"published_raw_file_count": 3,
"duplicate_source_relative_path_entries": 0,
"excluded_source_files": [],
"raw_files": [
{
"task": "Isoform",
"drive_id": "153p_-MLNtlH4T0-aWA6Qg-LCA4aVghFX",
"relative_path": "Isoform/test.csv",
"mime_type": "text/csv",
"size": 11002579,
"md5": "f54b1a1afd73a4bb25d57488fa6f13d1"
},
{
"task": "Isoform",
"drive_id": "1iQi8AzEkQk-scxwAc-vQmWiRrnn4Vxkv",
"relative_path": "Isoform/train.csv",
"mime_type": "text/csv",
"size": 32181369,
"md5": "b9598410cf1c1f33f003dfd0785bdd7e"
},
{
"task": "Isoform",
"drive_id": "1t42XgBp3inxi_9IAtNququjA5IgX48yB",
"relative_path": "Isoform/val.csv",
"mime_type": "text/csv",
"size": 7326170,
"md5": "67dd1e6750080e90fe9bd5798ad6c407"
}
],
"notes": {
"official_layout_preserved": true,
"partial_source_artifacts_excluded_from_hf_upload": true,
"validation_alias": "val -> validation in data/*.parquet",
"distance_map_target_range": null,
"standardization_notes": [
"Canonical split names are train, validation, and test; source val.csv/val_1.json is published as validation.",
"The official raw directory tree is preserved alongside the standardized data/*.parquet files.",
"Source file names and target paths are retained in beacon_manifest.json for provenance."
]
}
}