tabbiomed-neurips2026 commited on
Commit
cb24b8d
·
verified ·
1 Parent(s): cab4db7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cdla-permissive-2.0
3
+ task_categories:
4
+ - tabular-classification
5
+ pretty_name: tahoe_cell_name_5000
6
+ tags:
7
+ - tabular
8
+ - singlecell
9
+ - classification
10
+ - Biomedical
11
+ - Benchmark
12
+ - rna-seq
13
+ - cell-name-classification
14
+ configs:
15
+ - config_name: tahoe_cell_name_5000
16
+ data_files:
17
+ - split: train
18
+ path: data/train.parquet
19
+ - split: validation
20
+ path: data/val.parquet
21
+ - split: test
22
+ path: data/test.parquet
23
+ dataset_info:
24
+ description: 'Single-cell RNA-seq data from the Tahoe-100M dataset (ARC Institute,
25
+ 2025). A random subsample of cells and genes is used for tractability. Task: classify
26
+ cell_name. Method: pearson_residuals, Dim: 5000.'
27
+ ---