haps
Browse files- lb-data-test.py +2 -2
lb-data-test.py
CHANGED
|
@@ -62,12 +62,12 @@ class LaboASR(datasets.GeneratorBasedBuilder):
|
|
| 62 |
# },
|
| 63 |
# ),
|
| 64 |
# ]
|
| 65 |
-
return datasets.SplitGenerator(
|
| 66 |
name=datasets.Split.TRAIN,
|
| 67 |
gen_kwargs={
|
| 68 |
"paths": ["1", "2", "3"],
|
| 69 |
},
|
| 70 |
-
)
|
| 71 |
|
| 72 |
def _generate_examples(
|
| 73 |
self,
|
|
|
|
| 62 |
# },
|
| 63 |
# ),
|
| 64 |
# ]
|
| 65 |
+
return [datasets.SplitGenerator(
|
| 66 |
name=datasets.Split.TRAIN,
|
| 67 |
gen_kwargs={
|
| 68 |
"paths": ["1", "2", "3"],
|
| 69 |
},
|
| 70 |
+
)]
|
| 71 |
|
| 72 |
def _generate_examples(
|
| 73 |
self,
|