Commit
•
4953b8e
1
Parent(s):
a2f26e6
Fix data host URL
Browse filesFix #1.
the_pile_stack_exchange.py
CHANGED
@@ -34,7 +34,7 @@ This dataset is part of EleutherAI/The Pile dataset and is a dataset for Languag
|
|
34 |
which is an anonymized dump of all user-contributed content on the Stack Exchange network.
|
35 |
"""
|
36 |
|
37 |
-
_HOST_URL = "https://
|
38 |
_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/stackexchange_dataset.tar"
|
39 |
|
40 |
|
|
|
34 |
which is an anonymized dump of all user-contributed content on the Stack Exchange network.
|
35 |
"""
|
36 |
|
37 |
+
_HOST_URL = "https://the-eye.eu"
|
38 |
_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/stackexchange_dataset.tar"
|
39 |
|
40 |
|