GenerTeam commited on
Commit
f73a619
·
verified ·
1 Parent(s): 302b62d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -27,7 +27,8 @@ configs:
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
 
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
+
31
+ 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."
32
 
33
  ## How to use
34
  ```python