Commit
·
bdb3041
1
Parent(s):
8f2f685
Fix data host URL (#1)
Browse files- Update the_pile_books3.py (1c1e8ae279f3298ac1a0af0bd58408eed5d36e68)
- Remove comment (e42797cb5c6a24fd38e1ecced9f466a920eff145)
Co-authored-by: Peter Henderson <breakend@users.noreply.huggingface.co>
- the_pile_books3.py +1 -1
the_pile_books3.py
CHANGED
@@ -36,7 +36,7 @@ _CITATION = """\
|
|
36 |
}
|
37 |
"""
|
38 |
_PROJECT_URL = "https://github.com/soskek/bookcorpus/issues/27#issuecomment-716104208"
|
39 |
-
_HOST_URL = "https://
|
40 |
_DOWNLOAD_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/books3.tar.gz"
|
41 |
|
42 |
|
|
|
36 |
}
|
37 |
"""
|
38 |
_PROJECT_URL = "https://github.com/soskek/bookcorpus/issues/27#issuecomment-716104208"
|
39 |
+
_HOST_URL = "https://the-eye.eu"
|
40 |
_DOWNLOAD_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/books3.tar.gz"
|
41 |
|
42 |
|