robertmyers commited on
Commit
f038728
·
1 Parent(s): cf04ae3

Update pile_v2.py

Browse files
Files changed (1) hide show
  1. pile_v2.py +1 -1
pile_v2.py CHANGED
@@ -50,7 +50,7 @@ _LICENSES = {
50
  "uspto": "Unknown",
51
  }
52
 
53
- _HOST_URL = "https://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://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)],