phongdtd commited on
Commit
ae9164e
·
1 Parent(s): 7445db0

[Update] Update link download dataset

Browse files
Files changed (1) hide show
  1. 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(":")