Datasets:

Languages:
French
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
License:
system HF staff commited on
Commit
0dbd2f7
1 Parent(s): 2da7bd3

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. orange_sum.py +1 -1
orange_sum.py CHANGED
@@ -100,7 +100,7 @@ class OrangeSum(datasets.GeneratorBasedBuilder):
100
  ]
101
 
102
  def _generate_examples(self, filepath, split):
103
- """ Yields examples. """
104
  with open(
105
  os.path.join(filepath, self.config.name, "{}.source".format(split)), encoding="utf-8"
106
  ) as f_source, open(
 
100
  ]
101
 
102
  def _generate_examples(self, filepath, split):
103
+ """Yields examples."""
104
  with open(
105
  os.path.join(filepath, self.config.name, "{}.source".format(split)), encoding="utf-8"
106
  ) as f_source, open(