Commit
·
f6609d5
1
Parent(s):
896768a
feat: Add dataset size to info working revision
Browse files
nucleotide_transformer_downstream_tasks_multilabel.py
CHANGED
|
@@ -114,7 +114,7 @@ class NucleotideTransformerDownstreamTasks(datasets.GeneratorBasedBuilder):
|
|
| 114 |
# Citation for the dataset
|
| 115 |
citation=_CITATION,
|
| 116 |
# Number of sequences
|
| 117 |
-
|
| 118 |
)
|
| 119 |
|
| 120 |
def _split_generators(
|
|
|
|
| 114 |
# Citation for the dataset
|
| 115 |
citation=_CITATION,
|
| 116 |
# Number of sequences
|
| 117 |
+
dataset_size=self.config.dataset_size,
|
| 118 |
)
|
| 119 |
|
| 120 |
def _split_generators(
|