jimbozhang commited on
Commit
1182676
1 Parent(s): 7b69e51

Fix builder classname

Browse files
Files changed (1) hide show
  1. speechocean762.py +2 -2
speechocean762.py CHANGED
@@ -40,7 +40,7 @@ _HOMEPAGE = "https://github.com/jimbozhang/speechocean762"
40
  _LICENSE = "Attribution 4.0 International (CC BY 4.0)"
41
 
42
 
43
- class Speechocean762Dataset(datasets.GeneratorBasedBuilder):
44
  VERSION = datasets.Version("1.3.0")
45
 
46
  BUILDER_CONFIGS = [
@@ -72,7 +72,7 @@ class Speechocean762Dataset(datasets.GeneratorBasedBuilder):
72
  citation=_CITATION,
73
  )
74
 
75
- def _split_generators(self):
76
  return [
77
  datasets.SplitGenerator(
78
  name=datasets.Split.TRAIN,
 
40
  _LICENSE = "Attribution 4.0 International (CC BY 4.0)"
41
 
42
 
43
+ class Speechocean762(datasets.GeneratorBasedBuilder):
44
  VERSION = datasets.Version("1.3.0")
45
 
46
  BUILDER_CONFIGS = [
 
72
  citation=_CITATION,
73
  )
74
 
75
+ def _split_generators(self, dl_manager):
76
  return [
77
  datasets.SplitGenerator(
78
  name=datasets.Split.TRAIN,