Datasets:
Add metadata.json
Browse files- metadata.json +17 -0
metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "tahoe_cell_name_5000",
|
| 4 |
+
"task": "classification",
|
| 5 |
+
"num_classes": 50,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 20997,
|
| 8 |
+
"num_features": 5000,
|
| 9 |
+
"imbalance_ratio": 182.0,
|
| 10 |
+
"description": "Single-cell RNA-seq data from the Tahoe-100M dataset (ARC Institute, 2025). A random subsample of cells and genes is used for tractability. Task: classify cell_name. Method: pearson_residuals, Dim: 5000.",
|
| 11 |
+
"source": "ARC Institute - Tahoe-100M (2025).",
|
| 12 |
+
"label": "Single-Cell",
|
| 13 |
+
"sub_labels": [
|
| 14 |
+
"RNA-seq",
|
| 15 |
+
"Cell Name Classification"
|
| 16 |
+
]
|
| 17 |
+
}
|