Yukang commited on
Commit
a2e4527
1 Parent(s): 7e9d6d8

Update Pile-subset.py

Browse files
Files changed (1) hide show
  1. Pile-subset.py +1 -1
Pile-subset.py CHANGED
@@ -54,7 +54,7 @@ _LICENSES = {
54
  _HOST_URL = "https://the-eye.eu"
55
  _DATA_URLS = {
56
  "all": {
57
- "train": [f"{_HOST_URL}/public/AI/pile/train/{i:0>2}.jsonl.zst" for i in range(5)],
58
  "validation": [f"{_HOST_URL}/public/AI/pile/val.jsonl.zst"],
59
  "test": [f"{_HOST_URL}/public/AI/pile/test.jsonl.zst"],
60
  },
 
54
  _HOST_URL = "https://the-eye.eu"
55
  _DATA_URLS = {
56
  "all": {
57
+ "train": [f"{_HOST_URL}/public/AI/pile/train/{i:0>2}.jsonl.zst" for i in range(1)],
58
  "validation": [f"{_HOST_URL}/public/AI/pile/val.jsonl.zst"],
59
  "test": [f"{_HOST_URL}/public/AI/pile/test.jsonl.zst"],
60
  },