nanom commited on
Commit
d2c893e
1 Parent(s): adc323f

Update splittedspanish3bwc.py

Browse files
Files changed (1) hide show
  1. splittedspanish3bwc.py +1 -1
splittedspanish3bwc.py CHANGED
@@ -1817,7 +1817,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
1817
  name=datasets.Split.ALL,
1818
  gen_kwargs={
1819
  "filepath": os.path.join(data_dir, self.config.name_into_zip),
1820
- "subset": self.config.name.split("_")[0]
1821
  },
1822
  )
1823
  ]
 
1817
  name=datasets.Split.ALL,
1818
  gen_kwargs={
1819
  "filepath": os.path.join(data_dir, self.config.name_into_zip),
1820
+ "subset": self.config.name
1821
  },
1822
  )
1823
  ]