system HF staff commited on
Commit
7fba0a4
1 Parent(s): dde56c8

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. big_patent.py +1 -1
big_patent.py CHANGED
@@ -101,7 +101,7 @@ class BigPatent(datasets.GeneratorBasedBuilder):
101
  BigPatentConfig( # pylint:disable=g-complex-comprehension
102
  cpc_codes=[k],
103
  name=k,
104
- description=("Patents under Cooperative Patent Classification (CPC)" "{0}: {1}".format(k, v)),
105
  )
106
  for k, v in sorted(_CPC_DESCRIPTION.items())
107
  ]
 
101
  BigPatentConfig( # pylint:disable=g-complex-comprehension
102
  cpc_codes=[k],
103
  name=k,
104
+ description=(f"Patents under Cooperative Patent Classification (CPC)" "{k}: {v}"),
105
  )
106
  for k, v in sorted(_CPC_DESCRIPTION.items())
107
  ]