Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
e27f5f4
1 Parent(s): 4041e1d

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. psc.py +1 -1
psc.py CHANGED
@@ -80,7 +80,7 @@ class PSC(datasets.GeneratorBasedBuilder):
80
  ]
81
 
82
  def _generate_examples(self, filepath, split):
83
- """ Yields examples. """
84
  with open(filepath, encoding="utf-8") as f:
85
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
86
  for id_, row in enumerate(reader):
80
  ]
81
 
82
  def _generate_examples(self, filepath, split):
83
+ """Yields examples."""
84
  with open(filepath, encoding="utf-8") as f:
85
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
86
  for id_, row in enumerate(reader):