Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -94,6 +94,7 @@ for example in ds.take(3):
|
|
| 94 |
**Source:** [GenerTeam/pretrain_data_eukaryote](https://huggingface.co/datasets/GenerTeam/pretrain_data_eukaryote)
|
| 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 |
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.
|
| 98 |
|
| 99 |
|
|
|
|
| 94 |
**Source:** [GenerTeam/pretrain_data_eukaryote](https://huggingface.co/datasets/GenerTeam/pretrain_data_eukaryote)
|
| 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 |
|