Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
3628bf6
1 Parent(s): 0a84d89

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. piqa.py +1 -1
piqa.py CHANGED
@@ -116,7 +116,7 @@ class Piqa(datasets.GeneratorBasedBuilder):
116
  ]
117
 
118
  def _generate_examples(self, input_filepath, label_filepath=None):
119
- """ Yields examples. """
120
  with open(input_filepath, encoding="utf-8") as input_file:
121
  inputs = input_file.read().splitlines()
122
 
116
  ]
117
 
118
  def _generate_examples(self, input_filepath, label_filepath=None):
119
+ """Yields examples."""
120
  with open(input_filepath, encoding="utf-8") as input_file:
121
  inputs = input_file.read().splitlines()
122