Datasets:

Sub-tasks: extractive-qa
Languages: Chinese
Multilinguality: monolingual
Size Categories: 1K<n<10K
Language Creators: found
Annotations Creators: found
Source Datasets: original
License:
system HF staff commited on
Commit
0726c57
1 Parent(s): cb710c0

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. liveqa.py +1 -1
liveqa.py CHANGED
@@ -93,7 +93,7 @@ class LiveQA(datasets.GeneratorBasedBuilder):
93
  ]
94
 
95
  def _generate_examples(self, filepaths, split):
96
- """ Yields examples. """
97
 
98
  data_raw = ""
99
  for filepath in filepaths:
93
  ]
94
 
95
  def _generate_examples(self, filepaths, split):
96
+ """Yields examples."""
97
 
98
  data_raw = ""
99
  for filepath in filepaths: