system HF staff commited on
Commit
b87fd24
1 Parent(s): 29f414d

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. hate_speech_filipino.py +1 -1
hate_speech_filipino.py CHANGED
@@ -95,7 +95,7 @@ class HateSpeechFilipino(datasets.GeneratorBasedBuilder):
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
- """ Yields examples. """
99
  with open(filepath, encoding="utf-8") as csv_file:
100
  csv_reader = csv.reader(
101
  csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True
 
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
+ """Yields examples."""
99
  with open(filepath, encoding="utf-8") as csv_file:
100
  csv_reader = csv.reader(
101
  csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True