joelniklaus commited on
Commit
5b28bbc
1 Parent(s): 04595a3
Files changed (1) hide show
  1. Multi_Legal_Pile.py +1 -1
Multi_Legal_Pile.py CHANGED
@@ -366,7 +366,7 @@ class MultiLegalPile(datasets.GeneratorBasedBuilder):
366
  # these are maybe also mostly from the US
367
  'r_legaladvice', 'cc_casebooks', 'bar_exam_outlines']:
368
  info["jurisdiction"] = "N/A"
369
- for split in ["train", "val"]:
370
  for file_name in train_val_files[split]:
371
  info["filepath"] = download_url("pile-of-law/pile-of-law", file_name)
372
  data_infos.append(info.copy())
 
366
  # these are maybe also mostly from the US
367
  'r_legaladvice', 'cc_casebooks', 'bar_exam_outlines']:
368
  info["jurisdiction"] = "N/A"
369
+ for split in ["train", "validation"]:
370
  for file_name in train_val_files[split]:
371
  info["filepath"] = download_url("pile-of-law/pile-of-law", file_name)
372
  data_infos.append(info.copy())