iulik-pisik
commited on
Commit
•
6fa2e8e
1
Parent(s):
5348317
incercarea #25
Browse files- horoscop_neti.py +2 -2
horoscop_neti.py
CHANGED
@@ -77,8 +77,8 @@ class HoroscopNeti(GeneratorBasedBuilder):
|
|
77 |
if not os.path.isfile(audio_path):
|
78 |
continue
|
79 |
|
80 |
-
yield
|
81 |
"path": audio_path,
|
82 |
"audio": audio_path,
|
83 |
-
"transcript": row["
|
84 |
}
|
|
|
77 |
if not os.path.isfile(audio_path):
|
78 |
continue
|
79 |
|
80 |
+
yield audio_file_name, {
|
81 |
"path": audio_path,
|
82 |
"audio": audio_path,
|
83 |
+
"transcript": row["sentence"],
|
84 |
}
|