Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
Tagalog
Size:
1K<n<10K
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- dengue_filipino.py +1 -1
dengue_filipino.py
CHANGED
@@ -102,7 +102,7 @@ class DengueFilipino(datasets.GeneratorBasedBuilder):
|
|
102 |
]
|
103 |
|
104 |
def _generate_examples(self, filepath, split):
|
105 |
-
"""
|
106 |
with open(filepath, encoding="utf-8") as csv_file:
|
107 |
csv_reader = csv.reader(
|
108 |
csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True
|
|
|
102 |
]
|
103 |
|
104 |
def _generate_examples(self, filepath, split):
|
105 |
+
"""Yields examples."""
|
106 |
with open(filepath, encoding="utf-8") as csv_file:
|
107 |
csv_reader = csv.reader(
|
108 |
csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True
|