chriamue commited on
Commit
3a3a6ef
1 Parent(s): 95ca7b9

change builder configs name

Browse files
Files changed (1) hide show
  1. 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="plain_text",
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
  )