Datasets:

Multilinguality:
translation
Size Categories:
1K<n<10K
n<1K
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
1abc6bb
1 Parent(s): 0f853f2

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. mkb.py +1 -1
mkb.py CHANGED
@@ -136,7 +136,7 @@ class Mkb(datasets.GeneratorBasedBuilder):
136
  ]
137
 
138
  def _generate_examples(self, filepath, labelpath):
139
- """ Yields examples. """
140
  src_tag, tgt_tag = self.config.language_pair.split("-")
141
  with open(filepath, encoding="utf-8") as f1, open(labelpath, encoding="utf-8") as f2:
142
  src = f1.read().split("\n")[:-1]
136
  ]
137
 
138
  def _generate_examples(self, filepath, labelpath):
139
+ """Yields examples."""
140
  src_tag, tgt_tag = self.config.language_pair.split("-")
141
  with open(filepath, encoding="utf-8") as f1, open(labelpath, encoding="utf-8") as f2:
142
  src = f1.read().split("\n")[:-1]