Update splittedspanish3bwc.py
Browse files- 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
|
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 |
]
|