trminhnam20082002
commited on
Commit
•
0111615
1
Parent(s):
7672994
feat
Browse files- VieGLUE.py +1 -1
VieGLUE.py
CHANGED
@@ -562,7 +562,7 @@ class VNExpress(datasets.GeneratorBasedBuilder):
|
|
562 |
|
563 |
return return_datasets
|
564 |
|
565 |
-
def _generate_examples(self, files, urls, stage):
|
566 |
# id_ = 0
|
567 |
|
568 |
if not isinstance(files, list):
|
|
|
562 |
|
563 |
return return_datasets
|
564 |
|
565 |
+
def _generate_examples(self, files, urls, stage, config):
|
566 |
# id_ = 0
|
567 |
|
568 |
if not isinstance(files, list):
|