config is subsets only
Browse files
README.md
CHANGED
|
@@ -2,24 +2,18 @@
|
|
| 2 |
viewer: true
|
| 3 |
license: cc0-1.0
|
| 4 |
configs:
|
| 5 |
-
- config_name:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
- config_name: cells
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- config_name: genes
|
| 18 |
-
data_files:
|
| 19 |
-
- split: train
|
| 20 |
-
path: data/train/genes**
|
| 21 |
-
- split: test
|
| 22 |
-
path: data/test/genes**
|
| 23 |
language:
|
| 24 |
- en
|
| 25 |
tags:
|
|
@@ -35,7 +29,7 @@ pretty_name: Tahoe-100M
|
|
| 35 |
|
| 36 |
## Attribution
|
| 37 |
|
| 38 |
-
**This is a re-release of data originally generated by [Tahoe
|
| 39 |
|
| 40 |
* **Original Dataset**: [tahoebio/Tahoe-100M](https://huggingface.co/datasets/tahoebio/Tahoe-100M)
|
| 41 |
* **Original Format**: Parquet files
|
|
|
|
| 2 |
viewer: true
|
| 3 |
license: cc0-1.0
|
| 4 |
configs:
|
| 5 |
+
- config_name: train-cells
|
| 6 |
+
data_dir: "data/train/cells.lance"
|
| 7 |
+
- config_name: train-expression
|
| 8 |
+
data_dir: "data/train/expression.lance"
|
| 9 |
+
- config_name: train-genes
|
| 10 |
+
data_dir: "data/train/genes.lance"
|
| 11 |
+
- config_name: test-cells
|
| 12 |
+
data_dir: "data/test/cells.lance"
|
| 13 |
+
- config_name: test-expression
|
| 14 |
+
data_dir: "data/test/expression.lance"
|
| 15 |
+
- config_name: test-genes
|
| 16 |
+
data_dir: "data/test/genes.lance"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
language:
|
| 18 |
- en
|
| 19 |
tags:
|
|
|
|
| 29 |
|
| 30 |
## Attribution
|
| 31 |
|
| 32 |
+
**This is a re-release of data originally generated by [Tahoe Therapeutics](https://huggingface.co/tahoebio).**
|
| 33 |
|
| 34 |
* **Original Dataset**: [tahoebio/Tahoe-100M](https://huggingface.co/datasets/tahoebio/Tahoe-100M)
|
| 35 |
* **Original Format**: Parquet files
|