Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
29962ab
1 Parent(s): 79646bb

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. swag.py +1 -1
swag.py CHANGED
@@ -157,7 +157,7 @@ class Swag(datasets.GeneratorBasedBuilder):
157
  return splits
158
 
159
  def _generate_examples(self, filepath, split):
160
- """ Yields examples. """
161
  with open(filepath, "r", encoding="utf-8") as f:
162
  lines = list(csv.reader(f, delimiter=","))
163
 
 
157
  return splits
158
 
159
  def _generate_examples(self, filepath, split):
160
+ """Yields examples."""
161
  with open(filepath, "r", encoding="utf-8") as f:
162
  lines = list(csv.reader(f, delimiter=","))
163