Update loading script
Browse files- cc_news.py +1 -1
cc_news.py
CHANGED
@@ -47,7 +47,7 @@ _CITATION = """\
|
|
47 |
}
|
48 |
"""
|
49 |
_PROJECT_URL = "https://commoncrawl.org/2016/10/news-dataset-available/"
|
50 |
-
_DOWNLOAD_URL = "
|
51 |
|
52 |
|
53 |
class CCNewsConfig(datasets.BuilderConfig):
|
|
|
47 |
}
|
48 |
"""
|
49 |
_PROJECT_URL = "https://commoncrawl.org/2016/10/news-dataset-available/"
|
50 |
+
_DOWNLOAD_URL = "data/cc_news.tar.gz"
|
51 |
|
52 |
|
53 |
class CCNewsConfig(datasets.BuilderConfig):
|