Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- bsd_ja_en.py +2 -2
bsd_ja_en.py
CHANGED
@@ -78,7 +78,7 @@ _URLs = {
|
|
78 |
|
79 |
|
80 |
class BsdJaEn(datasets.GeneratorBasedBuilder):
|
81 |
-
"""Japanese-English Business Scene Dialogue (BSD) dataset.
|
82 |
|
83 |
VERSION = datasets.Version("1.0.0")
|
84 |
|
@@ -131,7 +131,7 @@ class BsdJaEn(datasets.GeneratorBasedBuilder):
|
|
131 |
]
|
132 |
|
133 |
def _generate_examples(self, filepath, split):
|
134 |
-
"""
|
135 |
|
136 |
with open(filepath, encoding="utf-8") as f:
|
137 |
data = json.load(f)
|
|
|
78 |
|
79 |
|
80 |
class BsdJaEn(datasets.GeneratorBasedBuilder):
|
81 |
+
"""Japanese-English Business Scene Dialogue (BSD) dataset."""
|
82 |
|
83 |
VERSION = datasets.Version("1.0.0")
|
84 |
|
|
|
131 |
]
|
132 |
|
133 |
def _generate_examples(self, filepath, split):
|
134 |
+
"""Yields examples."""
|
135 |
|
136 |
with open(filepath, encoding="utf-8") as f:
|
137 |
data = json.load(f)
|