arka0821 commited on
Commit
c66f681
1 Parent(s): bf5b7e9

Update multi_document_summarization.py

Browse files
Files changed (1) hide show
  1. multi_document_summarization.py +1 -1
multi_document_summarization.py CHANGED
@@ -69,7 +69,7 @@ class MultiDocumentSum(datasets.GeneratorBasedBuilder):
69
 
70
  def _split_generators(self, dl_manager):
71
  """Returns SplitGenerators."""
72
- dl_manager.DownloadConfig.force_download=True
73
  train_path = dl_manager.download_and_extract(_URL_TRAIN)
74
  test_path = dl_manager.download_and_extract(_URL_TEST)
75
  val_path = dl_manager.download_and_extract(_URL_VAL)
 
69
 
70
  def _split_generators(self, dl_manager):
71
  """Returns SplitGenerators."""
72
+ dl_manager.download_config.force_download=True
73
  train_path = dl_manager.download_and_extract(_URL_TRAIN)
74
  test_path = dl_manager.download_and_extract(_URL_TEST)
75
  val_path = dl_manager.download_and_extract(_URL_VAL)