Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100B<n<1T
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff NeelNanda commited on
Commit
79dddea
1 Parent(s): 04492bd

Fixed broken link (#1)

Browse files

- Fixed broken link (78138057932d4edcd3d588678507c7f9ff2a106b)
- Remove comment (59ad7b265869a07fe8bedc3f708bf1ccb9fe886b)


Co-authored-by: Neel Nanda <NeelNanda@users.noreply.huggingface.co>

Files changed (1) hide show
  1. the_pile.py +1 -1
the_pile.py CHANGED
@@ -50,7 +50,7 @@ _LICENSES = {
50
  "uspto": "Unknown",
51
  }
52
 
53
- _HOST_URL = "https://mystic.the-eye.eu" # Before: "https://the-eye.eu"
54
  _DATA_URLS = {
55
  "all": {
56
  "train": [f"{_HOST_URL}/public/AI/pile/train/{i:0>2}.jsonl.zst" for i in range(30)],
 
50
  "uspto": "Unknown",
51
  }
52
 
53
+ _HOST_URL = "https://the-eye.eu"
54
  _DATA_URLS = {
55
  "all": {
56
  "train": [f"{_HOST_URL}/public/AI/pile/train/{i:0>2}.jsonl.zst" for i in range(30)],