jordiclive commited on
Commit
1f924bd
1 Parent(s): 9af75d0

Update uspto2.py

Browse files
Files changed (1) hide show
  1. uspto2.py +8 -0
uspto2.py CHANGED
@@ -37,6 +37,14 @@ class PileDomainDataset(GeneratorBasedBuilder):
37
  "split": None,
38
  },
39
  ),
 
 
 
 
 
 
 
 
40
  datasets.SplitGenerator(
41
  name="validation_pile",
42
  gen_kwargs={
 
37
  "split": None,
38
  },
39
  ),
40
+
41
+ datasets.SplitGenerator(
42
+ name="validation",
43
+ gen_kwargs={
44
+ "data_dir": os.path.join(dl_path, "data/val"),
45
+ "split": None,
46
+ },
47
+ ),
48
  datasets.SplitGenerator(
49
  name="validation_pile",
50
  gen_kwargs={