Update wikitext_document_level.py
Browse files
wikitext_document_level.py
CHANGED
@@ -40,7 +40,7 @@ _DESCRIPTION = """\
|
|
40 |
"""
|
41 |
_HOMEPAGE = "https://blog.einstein.ai/the-wikitext-long-term-dependency-language-modeling-dataset/"
|
42 |
_LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"
|
43 |
-
_DATA_URL = "https://
|
44 |
|
45 |
|
46 |
class WikitextConfig(datasets.BuilderConfig):
|
|
|
40 |
"""
|
41 |
_HOMEPAGE = "https://blog.einstein.ai/the-wikitext-long-term-dependency-language-modeling-dataset/"
|
42 |
_LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"
|
43 |
+
_DATA_URL = "https://wikitext.smerity.com"
|
44 |
|
45 |
|
46 |
class WikitextConfig(datasets.BuilderConfig):
|