Datasets:

License:
kimsan0622 commited on
Commit
54b98fe
·
1 Parent(s): f3299e3
Files changed (1) hide show
  1. nikl_summarization.py +3 -3
nikl_summarization.py CHANGED
@@ -185,11 +185,11 @@ class NIKLSummarization(datasets.GeneratorBasedBuilder):
185
  ]
186
 
187
  DEFAULT_CONFIG_NAME = "base"
188
-
189
  manual_download_instructions = textwrap.dedent(f"""
190
- You need to manually download the data file on NIKL(국립국어원 모두의 말뭉치) (${_URL}).
191
  The folder containing the saved file can be used to load the dataset
192
- via 'datasets.load_dataset("aihub_scitech_translation.py", data_dir="<path/to/folder>")'
193
  """)
194
 
195
  def _info(self):
 
185
  ]
186
 
187
  DEFAULT_CONFIG_NAME = "base"
188
+
189
  manual_download_instructions = textwrap.dedent(f"""
190
+ You need to manually download the data file on NIKL (국립국어원 모두의 말뭉치) (${_URL}).
191
  The folder containing the saved file can be used to load the dataset
192
+ via 'datasets.load_dataset("nikl_summarization.py", data_dir="<path/to/folder>")'
193
  """)
194
 
195
  def _info(self):