Datasets:

Languages:
Hindi
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
machine-generated
Tags:
License:
system HF staff commited on
Commit
f8404a8
1 Parent(s): 36e1728

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. hda_nli_hindi.py +1 -1
hda_nli_hindi.py CHANGED
@@ -137,7 +137,7 @@ class HdaNliHindi(datasets.GeneratorBasedBuilder):
137
  ]
138
 
139
  def _generate_examples(self, filepath):
140
- """ Yields examples. """
141
 
142
  with open(filepath, encoding="utf-8") as tsv_file:
143
  tsv_reader = csv.reader(tsv_file, delimiter="\t")
137
  ]
138
 
139
  def _generate_examples(self, filepath):
140
+ """Yields examples."""
141
 
142
  with open(filepath, encoding="utf-8") as tsv_file:
143
  tsv_reader = csv.reader(tsv_file, delimiter="\t")