Datasets:
Update BirdSet.py
Browse files- BirdSet.py +1 -1
BirdSet.py
CHANGED
@@ -412,7 +412,7 @@ class BirdSet(datasets.GeneratorBasedBuilder):
|
|
412 |
},
|
413 |
),
|
414 |
]
|
415 |
-
|
416 |
def _generate_examples(self, audio_archive_iterators, local_audio_archives_paths, metapath, split):
|
417 |
metadata = pd.read_parquet(metapath)
|
418 |
idx = 0
|
|
|
412 |
},
|
413 |
),
|
414 |
]
|
415 |
+
|
416 |
def _generate_examples(self, audio_archive_iterators, local_audio_archives_paths, metapath, split):
|
417 |
metadata = pd.read_parquet(metapath)
|
418 |
idx = 0
|