Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
Tagalog
Size:
100K<n<1M
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- newsph_nli.py +1 -1
newsph_nli.py
CHANGED
@@ -96,7 +96,7 @@ class NewsphNli(datasets.GeneratorBasedBuilder):
|
|
96 |
]
|
97 |
|
98 |
def _generate_examples(self, filepath, split):
|
99 |
-
"""
|
100 |
with open(filepath, encoding="utf-8") as csv_file:
|
101 |
csv_reader = csv.reader(
|
102 |
csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True
|
|
|
96 |
]
|
97 |
|
98 |
def _generate_examples(self, filepath, split):
|
99 |
+
"""Yields examples."""
|
100 |
with open(filepath, encoding="utf-8") as csv_file:
|
101 |
csv_reader = csv.reader(
|
102 |
csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True
|