Add dataset_infos.json
Browse files- dataset_infos.json +37 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "Tissue Cell Raw P Dataset dataset processed with parq2hug tool",
|
| 4 |
+
"citation": "",
|
| 5 |
+
"homepage": "https://github.com/seanome/2025-longevity-x-ai-hackathon",
|
| 6 |
+
"license": "mit",
|
| 7 |
+
"features": {
|
| 8 |
+
"expression_data": {
|
| 9 |
+
"description": "Gene expression data"
|
| 10 |
+
},
|
| 11 |
+
"metadata": {
|
| 12 |
+
"description": "Sample and feature metadata"
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
+
"size_categories": [
|
| 16 |
+
"10K<n<100K"
|
| 17 |
+
],
|
| 18 |
+
"task_templates": [],
|
| 19 |
+
"builder_name": "tissue_cell_raw_p_dataset",
|
| 20 |
+
"config_name": "default",
|
| 21 |
+
"version": {
|
| 22 |
+
"version_str": "1.0.0",
|
| 23 |
+
"description": null,
|
| 24 |
+
"major": 1,
|
| 25 |
+
"minor": 0,
|
| 26 |
+
"patch": 0
|
| 27 |
+
},
|
| 28 |
+
"splits": {
|
| 29 |
+
"train": {
|
| 30 |
+
"name": "train",
|
| 31 |
+
"num_bytes": null,
|
| 32 |
+
"num_examples": 20116,
|
| 33 |
+
"dataset_name": "tissue_cell_raw_p_dataset"
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
}
|
| 37 |
+
}
|