Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -25,8 +25,9 @@ configs:
|
|
25 |
|
26 |
## Abouts
|
27 |
The Gener Tasks currently includes 2 subtasks:
|
28 |
-
* The gene classification task assesses the model's ability to understand short to medium-length sequences
|
29 |
-
* The taxonomic classification task is designed to assess the model's comprehension of longer sequences, which include both gene and predominantly non-gene regions
|
|
|
30 |
|
31 |
## How to use
|
32 |
```python
|
|
|
25 |
|
26 |
## Abouts
|
27 |
The Gener Tasks currently includes 2 subtasks:
|
28 |
+
* The gene classification task assesses the model's ability to understand short to medium-length sequences. It includes six different gene types and control samples drawn from non-gene regions, with balanced sampling from six distinct eukaryotic taxonomic groups in RefSeq. The classification goal is to predict the gene type.
|
29 |
+
* The taxonomic classification task is designed to assess the model's comprehension of longer sequences, which include both gene and predominantly non-gene regions. Samples are similarly balanced and sourced from RefSeq across the same six taxonomic groups, with the objective being to predict the taxonomic group of each sample.
|
30 |
+
Note: The taxonomic classification dataset is substantial (2GB), which may result in extended training and evaluation time. To accommodate the model's maximum context length, we implement left truncation for sequences that exceed this limit."
|
31 |
|
32 |
## How to use
|
33 |
```python
|