Justyna Krzywdziak commited on
Commit ·
9dd58a1
1
Parent(s): da6be8b
dfjwfe
Browse files
test.py
CHANGED
|
@@ -106,8 +106,9 @@ class TestASR(datasets.GeneratorBasedBuilder):
|
|
| 106 |
return [datasets.SplitGenerator(
|
| 107 |
name=datasets.Split.TRAIN,
|
| 108 |
gen_kwargs={
|
| 109 |
-
"
|
| 110 |
-
"
|
|
|
|
| 111 |
}
|
| 112 |
)]
|
| 113 |
#
|
|
|
|
| 106 |
return [datasets.SplitGenerator(
|
| 107 |
name=datasets.Split.TRAIN,
|
| 108 |
gen_kwargs={
|
| 109 |
+
"audio_id": meta_path,
|
| 110 |
+
"ngram": meta_path,
|
| 111 |
+
"audio": local_extracted_archive
|
| 112 |
}
|
| 113 |
)]
|
| 114 |
#
|