[Minor fix] Typo correction (#4644)
Browse filesCommit from https://github.com/huggingface/datasets/commit/ef08598d592fb8825ef02ae03314da5019f0b8ee
- story_cloze.py +1 -1
story_cloze.py
CHANGED
@@ -51,7 +51,7 @@ class StoryCloze(datasets.GeneratorBasedBuilder):
|
|
51 |
return (
|
52 |
"To use Story Cloze you have to download it manually. Please fill this "
|
53 |
"google form (http://goo.gl/forms/aQz39sdDrO). Complete the form. "
|
54 |
-
"Then you will
|
55 |
"`datasets.load_dataset('story_cloze', data_dir='path/to/folder/folder_name')`"
|
56 |
)
|
57 |
|
|
|
51 |
return (
|
52 |
"To use Story Cloze you have to download it manually. Please fill this "
|
53 |
"google form (http://goo.gl/forms/aQz39sdDrO). Complete the form. "
|
54 |
+
"Then you will receive a download link for the dataset. Load it using: "
|
55 |
"`datasets.load_dataset('story_cloze', data_dir='path/to/folder/folder_name')`"
|
56 |
)
|
57 |
|