FLIP2 / dataset_summary.json
anindya64's picture
Add normalized Parquet train/test FLIP2 table
d12db90 verified
raw
history blame contribute delete
929 Bytes
{
"source": "LiteFold/FLIP2",
"mode": "flip2",
"source_table_rows": 16,
"entry_rows": 890356,
"raw_field_count": 4,
"splits": {
"train": 801710,
"test": 88646
},
"split_strategy": "deterministic sha256(record_id) % 10; bucket 0 is test, buckets 1-9 are train",
"table_group_counts": {
"hydro": 5,
"amylase": 4,
"trpb": 3,
"ired": 1,
"nucb": 1,
"pdz3": 1,
"rhomax": 1
},
"columns": [
"record_id",
"dataset_id",
"source_file",
"source_table",
"source_row_index",
"table_group",
"task_name",
"subtask_name",
"entity_type",
"assay_name",
"sequence",
"sequence_length",
"mutation",
"target",
"score_value",
"label",
"split_bucket",
"raw_sequence",
"set",
"raw_target",
"validation"
],
"metadata_tables": [
"metadata/source_tables.parquet",
"metadata/column_mapping.parquet"
]
}