Datasets:
Tasks:
Text Classification
Sub-tasks:
intent-classification
Languages:
Polish
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
poleval2019_cyberbullying.py
CHANGED
@@ -133,7 +133,7 @@ class Poleval2019CyberBullying(datasets.GeneratorBasedBuilder):
|
|
133 |
]
|
134 |
|
135 |
def _generate_examples(self, filepath, split):
|
136 |
-
"""
|
137 |
|
138 |
if split == "train":
|
139 |
text_path = os.path.join(filepath, "training_set_clean_only_text.txt")
|
|
|
133 |
]
|
134 |
|
135 |
def _generate_examples(self, filepath, split):
|
136 |
+
"""Yields examples."""
|
137 |
|
138 |
if split == "train":
|
139 |
text_path = os.path.join(filepath, "training_set_clean_only_text.txt")
|