Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
German
Size:
10K<n<100K
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
omp.py
CHANGED
|
@@ -246,7 +246,7 @@ class Omp(datasets.GeneratorBasedBuilder):
|
|
| 246 |
]
|
| 247 |
|
| 248 |
def _generate_examples(self, filepath, split):
|
| 249 |
-
"""
|
| 250 |
|
| 251 |
if self.config.name in ["posts_labeled", "posts_unlabeled"]:
|
| 252 |
posts_labeled = pd.read_csv(
|
|
|
|
| 246 |
]
|
| 247 |
|
| 248 |
def _generate_examples(self, filepath, split):
|
| 249 |
+
"""Yields examples."""
|
| 250 |
|
| 251 |
if self.config.name in ["posts_labeled", "posts_unlabeled"]:
|
| 252 |
posts_labeled = pd.read_csv(
|