Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
6374ee4
1 Parent(s): a2f26e6

Fix data host URL (#2)

Browse files

- Fix data host URL (4953b8ededcf68e1c73e7c5d063d82dfab168dba)

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