Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
8bf99c5
1 Parent(s): 8c41171

Fix data host URL (#2)

Browse files

- Fix data host URL (c97e614e83788d9135ef2780e2dd6756734a645c)

Files changed (1) hide show
  1. bookcorpusopen.py +1 -1
bookcorpusopen.py CHANGED
@@ -47,7 +47,7 @@ _CITATION = """\
47
  }
48
  """
49
  _PROJECT_URL = "https://github.com/soskek/bookcorpus/issues/27"
50
- _HOST_URL = "https://mystic.the-eye.eu" # Before: "https://the-eye.eu"
51
  _DOWNLOAD_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/books1.tar.gz"
52
 
53
 
 
47
  }
48
  """
49
  _PROJECT_URL = "https://github.com/soskek/bookcorpus/issues/27"
50
+ _HOST_URL = "https://the-eye.eu"
51
  _DOWNLOAD_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/books1.tar.gz"
52
 
53