SamiaT commited on
Commit
f2552af
·
verified ·
1 Parent(s): 073b8c7

Update NorSumm.py

Browse files
Files changed (1) hide show
  1. NorSumm.py +1 -0
NorSumm.py CHANGED
@@ -67,6 +67,7 @@ class NorSumm(datasets.GeneratorBasedBuilder):
67
  # download and extract URLs
68
  urls_to_download = _URLS
69
  downloaded_files = dl_manager.download_and_extract(urls_to_download)
 
70
 
71
  return [
72
  datasets.SplitGenerator(name=datasets.Split.VALIDATION, gen_kwargs={"filepath": downloaded_files["dev"]}),
 
67
  # download and extract URLs
68
  urls_to_download = _URLS
69
  downloaded_files = dl_manager.download_and_extract(urls_to_download)
70
+ print(downloaded_files)
71
 
72
  return [
73
  datasets.SplitGenerator(name=datasets.Split.VALIDATION, gen_kwargs={"filepath": downloaded_files["dev"]}),