Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system HF staff commited on
Commit
229dbf9
1 Parent(s): 5e141c6

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. tweet_qa.py +1 -1
tweet_qa.py CHANGED
@@ -97,7 +97,7 @@ class TweetQA(datasets.GeneratorBasedBuilder):
97
  ]
98
 
99
  def _generate_examples(self, filepath, split):
100
- """ Yields examples. """
101
 
102
  with open(filepath, encoding="utf-8") as f:
103
  tweet_qa = json.load(f)
 
97
  ]
98
 
99
  def _generate_examples(self, filepath, split):
100
+ """Yields examples."""
101
 
102
  with open(filepath, encoding="utf-8") as f:
103
  tweet_qa = json.load(f)