system HF staff commited on
Commit
2a5c144
1 Parent(s): b491222

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. few_rel.py +1 -1
few_rel.py CHANGED
@@ -131,7 +131,7 @@ class FewRel(datasets.GeneratorBasedBuilder):
131
  ]
132
 
133
  def _generate_examples(self, filepath, pid2name, return_names):
134
- """ Yields examples. """
135
  pid2name_dict = {}
136
  with open(pid2name, encoding="utf-8") as f:
137
  data = json.load(f)
131
  ]
132
 
133
  def _generate_examples(self, filepath, pid2name, return_names):
134
+ """Yields examples."""
135
  pid2name_dict = {}
136
  with open(pid2name, encoding="utf-8") as f:
137
  data = json.load(f)