Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
12e86b1
1 Parent(s): 41709df

Update files from the datasets library (from 1.16.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.16.0

Files changed (1) hide show
  1. pec.py +1 -1
pec.py CHANGED
@@ -56,7 +56,7 @@ class PEC(datasets.GeneratorBasedBuilder):
56
  # just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
57
  BUILDER_CONFIG_CLASS = PECConfig
58
  BUILDER_CONFIGS = [
59
- PECConfig(name=domain, description="A subset of PEC dataset: {}".format(domain), domain=domain)
60
  for domain in ["happy", "offmychest", "all"]
61
  ]
62
 
 
56
  # just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
57
  BUILDER_CONFIG_CLASS = PECConfig
58
  BUILDER_CONFIGS = [
59
+ PECConfig(name=domain, description=f"A subset of PEC dataset: {domain}", domain=domain)
60
  for domain in ["happy", "offmychest", "all"]
61
  ]
62