Rename config NBM > NBMSet24
Browse files- NBMSet24.py +3 -3
NBMSet24.py
CHANGED
|
@@ -123,7 +123,7 @@ class BirdSet(datasets.GeneratorBasedBuilder):
|
|
| 123 |
|
| 124 |
BUILDER_CONFIGS = [
|
| 125 |
NBMSetConfig(
|
| 126 |
-
name="
|
| 127 |
description=_NBMSET24_DESCRIPTION,
|
| 128 |
citation=_NBMSET24_CITATION,
|
| 129 |
data_dir=f"{base_url}",
|
|
@@ -164,10 +164,10 @@ class BirdSet(datasets.GeneratorBasedBuilder):
|
|
| 164 |
def _split_generators(self, dl_manager):
|
| 165 |
ds_name = self.config.name
|
| 166 |
# settings for how much archives (tar.gz) files are uploaded for a specific dataset
|
| 167 |
-
train_files = {"
|
| 168 |
}
|
| 169 |
|
| 170 |
-
test_files = {"
|
| 171 |
}
|
| 172 |
|
| 173 |
# test_5s_files = {"NBM",}
|
|
|
|
| 123 |
|
| 124 |
BUILDER_CONFIGS = [
|
| 125 |
NBMSetConfig(
|
| 126 |
+
name="NBMSet24",
|
| 127 |
description=_NBMSET24_DESCRIPTION,
|
| 128 |
citation=_NBMSET24_CITATION,
|
| 129 |
data_dir=f"{base_url}",
|
|
|
|
| 164 |
def _split_generators(self, dl_manager):
|
| 165 |
ds_name = self.config.name
|
| 166 |
# settings for how much archives (tar.gz) files are uploaded for a specific dataset
|
| 167 |
+
train_files = {"NBMSet24": 12
|
| 168 |
}
|
| 169 |
|
| 170 |
+
test_files = {"NBMSet24": 1,
|
| 171 |
}
|
| 172 |
|
| 173 |
# test_5s_files = {"NBM",}
|