Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
fake-news-detection
License:
system HF staff commited on
Commit
5a4c729
1 Parent(s): 0a53be1

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. liar.py +1 -1
liar.py CHANGED
@@ -115,7 +115,7 @@ class Liar(datasets.GeneratorBasedBuilder):
115
  ]
116
 
117
  def _generate_examples(self, filepath, split):
118
- """ Yields examples. """
119
 
120
  with open(filepath, encoding="utf-8") as tsv_file:
121
  reader = csv.reader(tsv_file, delimiter="\t", quoting=csv.QUOTE_NONE)
115
  ]
116
 
117
  def _generate_examples(self, filepath, split):
118
+ """Yields examples."""
119
 
120
  with open(filepath, encoding="utf-8") as tsv_file:
121
  reader = csv.reader(tsv_file, delimiter="\t", quoting=csv.QUOTE_NONE)