Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,19 @@ tags:
|
|
6 |
- biology
|
7 |
- genomics
|
8 |
- long-context
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Gener Tasks
|
|
|
6 |
- biology
|
7 |
- genomics
|
8 |
- long-context
|
9 |
+
configs:
|
10 |
+
- config_name: gene_classification
|
11 |
+
data_files:
|
12 |
+
- split: train
|
13 |
+
path: "gene_classification/train.parquet"
|
14 |
+
- split: test
|
15 |
+
path: "gene_classification/test.parquet"
|
16 |
+
- config_name: taxonomic_classification
|
17 |
+
data_files:
|
18 |
+
- split: train
|
19 |
+
path: "taxonomic_classification/train.parquet"
|
20 |
+
- split: test
|
21 |
+
path: "taxonomic_classification/test.parquet"
|
22 |
---
|
23 |
|
24 |
# Gener Tasks
|