Commit
·
6374ee4
1
Parent(s):
a2f26e6
Fix data host URL (#2)
Browse files- Fix data host URL (4953b8ededcf68e1c73e7c5d063d82dfab168dba)
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 |
|