Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
fact-checking
Languages:
Bulgarian
Size:
1K - 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
- clickbait_news_bg.py +1 -1
clickbait_news_bg.py
CHANGED
@@ -96,7 +96,7 @@ class ClickbaitNewsBG(datasets.GeneratorBasedBuilder):
|
|
96 |
]
|
97 |
|
98 |
def _generate_examples(self, filepath, split):
|
99 |
-
"""
|
100 |
keys = [
|
101 |
"fake_news_score",
|
102 |
"click_bait_score",
|
|
|
96 |
]
|
97 |
|
98 |
def _generate_examples(self, filepath, split):
|
99 |
+
"""Yields examples."""
|
100 |
keys = [
|
101 |
"fake_news_score",
|
102 |
"click_bait_score",
|