Update files from the datasets library (from 1.16.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.16.0
- 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)" "{
|
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 |
]
|