gsgoncalves
commited on
Commit
•
3386378
1
Parent(s):
6e8d97c
Update cc-stories.py
Browse filesChange _DATASET_URLS from 'all' to 'train'.
'all' is a reserved keyword for
- cc-stories.py +1 -1
cc-stories.py
CHANGED
@@ -35,7 +35,7 @@ _CITATION = """\
|
|
35 |
URL = "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt.gz"
|
36 |
|
37 |
_DATASET_URLS = {
|
38 |
-
'
|
39 |
}
|
40 |
|
41 |
class CCStoriesConfig(datasets.BuilderConfig):
|
|
|
35 |
URL = "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt.gz"
|
36 |
|
37 |
_DATASET_URLS = {
|
38 |
+
'train': "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt",
|
39 |
}
|
40 |
|
41 |
class CCStoriesConfig(datasets.BuilderConfig):
|