Samuael A
commited on
Commit
·
0860c51
1
Parent(s):
1b22d0d
same issue fix
Browse files- ALFFAAmharic.py +1 -1
ALFFAAmharic.py
CHANGED
@@ -120,7 +120,7 @@ class ALFFAAmharic(datasets.GeneratorBasedBuilder):
|
|
120 |
if len(splited)==0:
|
121 |
continue
|
122 |
wav_path = f"{data_dir}{split}/wav/{splited[0]}.wav"
|
123 |
-
transcript = " ".join(splited[
|
124 |
|
125 |
yield i, {
|
126 |
"file": str(wav_path),
|
|
|
120 |
if len(splited)==0:
|
121 |
continue
|
122 |
wav_path = f"{data_dir}{split}/wav/{splited[0]}.wav"
|
123 |
+
transcript = " ".join(splited[1:])
|
124 |
|
125 |
yield i, {
|
126 |
"file": str(wav_path),
|