loubnabnl HF Staff commited on
Commit
120943b
·
verified ·
1 Parent(s): a51270f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -95,7 +95,7 @@ for example in ds.take(3):
95
 
96
  Genomic sequences from eukaryotic organisms (fungi, plants, animals, and more), packaged by the GenerTeam as part of their [GENERator](https://arxiv.org/abs/2502.07272) genomic foundation model. This is the main part is Carbon training data, which is focused on Eukaryote species. Each row carries full taxonomic metadata, gene type, strand orientation, and chromosome coordinates alongside the raw sequence.
97
 
98
- We filter out sequences longer than 100 kbp, as excluding them improves training performance on DNA donwstream benchmarks. For long-context training, you can concatenate genes from the same contig to build longer samples.
99
 
100
 
101
  **Example row:**
 
95
 
96
  Genomic sequences from eukaryotic organisms (fungi, plants, animals, and more), packaged by the GenerTeam as part of their [GENERator](https://arxiv.org/abs/2502.07272) genomic foundation model. This is the main part is Carbon training data, which is focused on Eukaryote species. Each row carries full taxonomic metadata, gene type, strand orientation, and chromosome coordinates alongside the raw sequence.
97
 
98
+ Following GENERator, we filter out sequences longer than 100 kbp, as excluding them improves training performance on DNA donwstream benchmarks. For long-context training, you can concatenate genes from the same contig to build longer samples.
99
 
100
 
101
  **Example row:**