Diwank Singh commited on
Commit
2ccf368
·
1 Parent(s): de7acf0

Update config file

Browse files

Signed-off-by: Diwank Singh <diwank.singh@gmail.com>

Files changed (1) hide show
  1. hinglish-dump.py +1 -1
hinglish-dump.py CHANGED
@@ -54,7 +54,7 @@ class HinglishDumpDataset(datasets.GeneratorBasedBuilder):
54
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
55
 
56
  urls = _URLS[self.config.name]
57
- data_file = self.data_dir = dl_manager.download_and_extract(urls)
58
 
59
  return [
60
  datasets.SplitGenerator(
 
54
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
55
 
56
  urls = _URLS[self.config.name]
57
+ filepath = self.data_dir = dl_manager.download_and_extract(urls)
58
 
59
  return [
60
  datasets.SplitGenerator(