Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K<n<10K
Tags:
biology
License:
change builder configs name
Browse files- bird-species-dataset.py +1 -1
bird-species-dataset.py
CHANGED
@@ -29,7 +29,7 @@ class BirdSpeciesDatasetDataset(datasets.GeneratorBasedBuilder):
|
|
29 |
|
30 |
BUILDER_CONFIGS = [
|
31 |
datasets.BuilderConfig(
|
32 |
-
name="
|
33 |
version=datasets.Version("0.1.0", ""),
|
34 |
description="Import of BIRDS 525 SPECIES Data Set",
|
35 |
)
|
|
|
29 |
|
30 |
BUILDER_CONFIGS = [
|
31 |
datasets.BuilderConfig(
|
32 |
+
name="bird-species-dataset",
|
33 |
version=datasets.Version("0.1.0", ""),
|
34 |
description="Import of BIRDS 525 SPECIES Data Set",
|
35 |
)
|