anjalyjayakrishnan commited on
Commit
138cf37
1 Parent(s): 8c29b59

removed commented line

Browse files
Files changed (1) hide show
  1. snow-mountain.py +0 -1
snow-mountain.py CHANGED
@@ -112,7 +112,6 @@ class Test(datasets.GeneratorBasedBuilder):
112
  audio_data = {}
113
  for book in BOOKS_DIC[self.config.name]:
114
  archive_url = f"data/cleaned/{self.config.name}/{book}.tar.gz"
115
- # archive_url = '/'.join(row["path"].split('/')[:-1])+'.tar.gz'
116
  archive_path = dl_manager.download(archive_url)
117
  for path, file in dl_manager.iter_archive(archive_path):
118
  audio_ = path.split('/')[-1]
 
112
  audio_data = {}
113
  for book in BOOKS_DIC[self.config.name]:
114
  archive_url = f"data/cleaned/{self.config.name}/{book}.tar.gz"
 
115
  archive_path = dl_manager.download(archive_url)
116
  for path, file in dl_manager.iter_archive(archive_path):
117
  audio_ = path.split('/')[-1]