Commit
•
6c8113e
1
Parent(s):
6e8d97c
Update cc-stories.py (#3)
Browse files- Update cc-stories.py (338637885ecffdbca88bdfba7bcdb852a84e0d91)
Co-authored-by: Gustavo Gonçalves <gsgoncalves@users.noreply.huggingface.co>
- 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):
|