Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
fact-checking
Languages:
Japanese
Size:
10K - 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
- covid_tweets_japanese.py +1 -1
covid_tweets_japanese.py
CHANGED
@@ -79,7 +79,7 @@ class CovidTweetsJapanese(datasets.GeneratorBasedBuilder):
|
|
79 |
]
|
80 |
|
81 |
def _generate_examples(self, filepath, split):
|
82 |
-
"""
|
83 |
|
84 |
with bz2.open(filepath, "rt") as f:
|
85 |
data = csv.reader(f)
|
|
|
79 |
]
|
80 |
|
81 |
def _generate_examples(self, filepath, split):
|
82 |
+
"""Yields examples."""
|
83 |
|
84 |
with bz2.open(filepath, "rt") as f:
|
85 |
data = csv.reader(f)
|