albertvillanova HF staff commited on
Commit
ac834aa
1 Parent(s): fffa313

Fix data host URL

Browse files

Fix #1.

Files changed (1) hide show
  1. 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://mystic.the-eye.eu" # Before: "https://the-eye.eu"
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