Datasets:

dibyaaaaax commited on
Commit
3777f1d
·
1 Parent(s): 65d6534

Update oagkx.py

Browse files
Files changed (1) hide show
  1. oagkx.py +1 -1
oagkx.py CHANGED
@@ -59,7 +59,7 @@ class OAGKx(datasets.GeneratorBasedBuilder):
59
  DEFAULT_CONFIG_NAME = "extraction"
60
 
61
  def _info(self):
62
- _URLS['all_data']=['data/' + filename for part in _FILES for filename in _FILES[part] if "9" in filename]
63
  if self.config.name == "extraction": # This is the name of the configuration selected in BUILDER_CONFIGS above
64
  features = datasets.Features(
65
  {
 
59
  DEFAULT_CONFIG_NAME = "extraction"
60
 
61
  def _info(self):
62
+ _URLS['all_data']=['data/' + filename for part in _FILES for filename in _FILES[part]]
63
  if self.config.name == "extraction": # This is the name of the configuration selected in BUILDER_CONFIGS above
64
  features = datasets.Features(
65
  {