Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
zhangirazerbayev
commited on
Commit
·
9b04248
1
Parent(s):
b0b2748
Update proof-pile.py
Browse files- proof-pile.py +1 -1
proof-pile.py
CHANGED
@@ -109,7 +109,7 @@ class ProofPile(datasets.GeneratorBasedBuilder):
|
|
109 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
110 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
111 |
|
112 |
-
train_files = [dl_manager.download_and_extract(f"train/proofpile_train_{i}.jsonl.gz") for i in range(
|
113 |
val_files = [dl_manager.download_and_extract("dev/proofpile_dev.jsonl.gz")]
|
114 |
test_files = [dl_manager.download_and_extract("test/proofpile_test.jsonl.gz")]
|
115 |
|
|
|
109 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
110 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
111 |
|
112 |
+
train_files = [dl_manager.download_and_extract(f"train/proofpile_train_{i}.jsonl.gz") for i in range(21)]
|
113 |
val_files = [dl_manager.download_and_extract("dev/proofpile_dev.jsonl.gz")]
|
114 |
test_files = [dl_manager.download_and_extract("test/proofpile_test.jsonl.gz")]
|
115 |
|