Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- indonlu.py +1 -1
indonlu.py
CHANGED
@@ -571,7 +571,7 @@ class Indonlu(datasets.GeneratorBasedBuilder):
|
|
571 |
]
|
572 |
|
573 |
def _generate_examples(self, filepath):
|
574 |
-
"""
|
575 |
csv_file = ["emot", "wrete", "facqa", "casa", "hoasa"]
|
576 |
tsv_file = ["smsa"]
|
577 |
txt_file = ["terma", "keps"]
|
|
|
571 |
]
|
572 |
|
573 |
def _generate_examples(self, filepath):
|
574 |
+
"""Yields examples."""
|
575 |
csv_file = ["emot", "wrete", "facqa", "casa", "hoasa"]
|
576 |
tsv_file = ["smsa"]
|
577 |
txt_file = ["terma", "keps"]
|