Datasets:
Commit
·
3595f8b
1
Parent(s):
fffa313
Fix data host URL (#2)
Browse files- Fix data host URL (ac834aad5b2ae2a35bdeaa95f521cf9b02486671)
- the_pile_openwebtext2.py +1 -1
the_pile_openwebtext2.py
CHANGED
@@ -40,7 +40,7 @@ covering all Reddit submissions from 2005 up until April 2020, \
|
|
40 |
with further months becoming available after the corresponding PushShift dump files are released.
|
41 |
"""
|
42 |
|
43 |
-
_HOST_URL = "https://
|
44 |
_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/openwebtext2.jsonl.zst.tar"
|
45 |
|
46 |
|
|
|
40 |
with further months becoming available after the corresponding PushShift dump files are released.
|
41 |
"""
|
42 |
|
43 |
+
_HOST_URL = "https://the-eye.eu"
|
44 |
_URL = f"{_HOST_URL}/public/AI/pile_preliminary_components/openwebtext2.jsonl.zst.tar"
|
45 |
|
46 |
|