system HF staff commited on
Commit
867404f
1 Parent(s): 763f1b6

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. newsph_nli.py +1 -1
newsph_nli.py CHANGED
@@ -96,7 +96,7 @@ class NewsphNli(datasets.GeneratorBasedBuilder):
96
  ]
97
 
98
  def _generate_examples(self, filepath, split):
99
- """ Yields examples. """
100
  with open(filepath, encoding="utf-8") as csv_file:
101
  csv_reader = csv.reader(
102
  csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True
96
  ]
97
 
98
  def _generate_examples(self, filepath, split):
99
+ """Yields examples."""
100
  with open(filepath, encoding="utf-8") as csv_file:
101
  csv_reader = csv.reader(
102
  csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True