Commit
·
6e8d97c
1
Parent(s):
292ec92
Update cc-stories.py
Browse files- cc-stories.py +1 -4
cc-stories.py
CHANGED
|
@@ -35,10 +35,7 @@ _CITATION = """\
|
|
| 35 |
URL = "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt.gz"
|
| 36 |
|
| 37 |
_DATASET_URLS = {
|
| 38 |
-
'all': "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt
|
| 39 |
-
'dev': "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories-dev.txt.gz",
|
| 40 |
-
'test': "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories-test.txt.gz",
|
| 41 |
-
'train': "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories-train.txt.gz"
|
| 42 |
}
|
| 43 |
|
| 44 |
class CCStoriesConfig(datasets.BuilderConfig):
|
|
|
|
| 35 |
URL = "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt.gz"
|
| 36 |
|
| 37 |
_DATASET_URLS = {
|
| 38 |
+
'all': "https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt",
|
|
|
|
|
|
|
|
|
|
| 39 |
}
|
| 40 |
|
| 41 |
class CCStoriesConfig(datasets.BuilderConfig):
|