Datasets:

Multilinguality:
translation
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
License:
system HF staff commited on
Commit
f28fcba
1 Parent(s): 380a560

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  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
- """ Yields examples. """
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)