Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Romanian
Size:
10K<n<100K
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
- ro_sent.py +1 -1
ro_sent.py
CHANGED
@@ -109,7 +109,7 @@ class RoSent(datasets.GeneratorBasedBuilder):
|
|
109 |
]
|
110 |
|
111 |
def _generate_examples(self, filepath):
|
112 |
-
"""
|
113 |
|
114 |
with open(filepath, encoding="utf-8") as f:
|
115 |
data = csv.DictReader(f, delimiter=",", quotechar='"')
|
|
|
109 |
]
|
110 |
|
111 |
def _generate_examples(self, filepath):
|
112 |
+
"""Yields examples."""
|
113 |
|
114 |
with open(filepath, encoding="utf-8") as f:
|
115 |
data = csv.DictReader(f, delimiter=",", quotechar='"')
|