sileod commited on
Commit
165453a
1 Parent(s): 3e5dbd1

Update folio.py

Browse files
Files changed (1) hide show
  1. folio.py +1 -1
folio.py CHANGED
@@ -21,7 +21,7 @@ _URLs = {f:f"https://huggingface.co/datasets/metaeval/folio/resolve/main/{f}" fo
21
 
22
  class Folio(datasets.GeneratorBasedBuilder):
23
  BUILDER_CONFIGS = [
24
- MegaConfig(
25
  name='.'.join(n.split('.')[:-1]),
26
  data_dir=n
27
  ) for n in files
 
21
 
22
  class Folio(datasets.GeneratorBasedBuilder):
23
  BUILDER_CONFIGS = [
24
+ FolioConfig(
25
  name='.'.join(n.split('.')[:-1]),
26
  data_dir=n
27
  ) for n in files