Commit ·
54b98fe
1
Parent(s): f3299e3
fix typo
Browse files- 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("
|
| 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):
|