Datasets:

Sub-tasks:
fact-checking
Languages:
Portuguese
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
d11c803
1 Parent(s): 99ded0c

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. factckbr.py +1 -1
factckbr.py CHANGED
@@ -111,7 +111,7 @@ class Factckbr(datasets.GeneratorBasedBuilder):
111
  ]
112
 
113
  def _generate_examples(self, filepath):
114
- """ Yields examples. """
115
 
116
  with open(filepath, encoding="utf-8") as tsv_file:
117
  reader = csv.reader(tsv_file, delimiter="\t")
111
  ]
112
 
113
  def _generate_examples(self, filepath):
114
+ """Yields examples."""
115
 
116
  with open(filepath, encoding="utf-8") as tsv_file:
117
  reader = csv.reader(tsv_file, delimiter="\t")