hails commited on
Commit
3ad9e13
1 Parent(s): 7077c50

Update wikitext_document_level.py

Browse files
Files changed (1) hide show
  1. wikitext_document_level.py +1 -1
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://s3.amazonaws.com/research.metamind.io/wikitext"
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):