Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
zhangirazerbayev commited on
Commit
9b04248
·
1 Parent(s): b0b2748

Update proof-pile.py

Browse files
Files changed (1) hide show
  1. 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(20)]
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