Shreshth Gandhi
commited on
Update README.md
Browse filesAdd multiple configs
README.md
CHANGED
@@ -5,10 +5,16 @@ tags:
|
|
5 |
size_categories:
|
6 |
- 10M<n<100M
|
7 |
configs:
|
8 |
-
- config_name:
|
9 |
-
data_files:
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
dataset_info:
|
13 |
features:
|
14 |
- name: genes
|
@@ -47,7 +53,8 @@ Mosaic high-throughput platform, Tahoe-100M enables deep, context-aware explorat
|
|
47 |
This dataset is designed to power the development of next-generation AI models of cell biology,
|
48 |
offering broad applications across systems biology, drug discovery, and precision medicine.
|
49 |
|
50 |
-
|
|
|
51 |
## Dataset Description
|
52 |
|
53 |
### Features
|
|
|
5 |
size_categories:
|
6 |
- 10M<n<100M
|
7 |
configs:
|
8 |
+
- config_name: expression_data
|
9 |
+
data_files: data/train-*
|
10 |
+
- config_name: sample_metadata
|
11 |
+
data_files: metadata/sample_metadata.parquet
|
12 |
+
- config_name: gene_vocabulary
|
13 |
+
data_files: metadata/gene_vocabulary.json
|
14 |
+
- config_name: drug_metadata
|
15 |
+
data_files: metadata/drug_metadata.parquet
|
16 |
+
- config_name: cell_line_metadata
|
17 |
+
data_files: metadata/cell_line_metadata.parquet
|
18 |
dataset_info:
|
19 |
features:
|
20 |
- name: genes
|
|
|
53 |
This dataset is designed to power the development of next-generation AI models of cell biology,
|
54 |
offering broad applications across systems biology, drug discovery, and precision medicine.
|
55 |
|
56 |
+
<img src="https://pbs.twimg.com/media/Gkpp8RObkAM-fxe?format=jpg&name=4096x4096" width="1024" height="1024">
|
57 |
+
|
58 |
## Dataset Description
|
59 |
|
60 |
### Features
|