[Update] Update link download dataset
Browse files- VinDataVLSP.py +1 -1
VinDataVLSP.py
CHANGED
@@ -149,7 +149,7 @@ class VinDataVLSP(datasets.GeneratorBasedBuilder):
|
|
149 |
for file_path, script in zip(df["file_path"], df["script"]):
|
150 |
# set full path for mp3 audio file
|
151 |
audio_path = path_to_clips + "/" + file_path
|
152 |
-
|
153 |
# Preprocessing script
|
154 |
if ":" in script:
|
155 |
two_dot_index = script.index(":")
|
|
|
149 |
for file_path, script in zip(df["file_path"], df["script"]):
|
150 |
# set full path for mp3 audio file
|
151 |
audio_path = path_to_clips + "/" + file_path
|
152 |
+
assert False, f"Checking {audio_path}"
|
153 |
# Preprocessing script
|
154 |
if ":" in script:
|
155 |
two_dot_index = script.index(":")
|