Commit
·
d6318aa
1
Parent(s):
7c3dbbd
feat: Add dataset size to info
Browse files
nucleotide_transformer_downstream_tasks_multilabel.py
CHANGED
@@ -106,6 +106,8 @@ class NucleotideTransformerDownstreamTasks(datasets.GeneratorBasedBuilder):
|
|
106 |
license=_LICENSE,
|
107 |
# Citation for the dataset
|
108 |
citation=_CITATION,
|
|
|
|
|
109 |
)
|
110 |
|
111 |
def _split_generators(
|
|
|
106 |
license=_LICENSE,
|
107 |
# Citation for the dataset
|
108 |
citation=_CITATION,
|
109 |
+
# Number of sequences
|
110 |
+
splits=self.config.dataset_size,
|
111 |
)
|
112 |
|
113 |
def _split_generators(
|