Update
Browse files- test-dataset-debug.py +1 -1
test-dataset-debug.py
CHANGED
|
@@ -148,7 +148,6 @@ class PatentsConfig(datasets.BuilderConfig):
|
|
| 148 |
self.query_string = query_string
|
| 149 |
self.val_set_balancer = val_set_balancer
|
| 150 |
self.uniform_split = uniform_split
|
| 151 |
-
self.ipc_labels_list = _IPC_LABELS_LIST
|
| 152 |
|
| 153 |
|
| 154 |
class Patents(datasets.GeneratorBasedBuilder):
|
|
@@ -191,6 +190,7 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
| 191 |
supervised_keys=("claims", "decision"),
|
| 192 |
homepage="https://github.com/suzgunmirac/hupd",
|
| 193 |
citation=_CITATION,
|
|
|
|
| 194 |
)
|
| 195 |
|
| 196 |
def _split_generators(self, dl_manager: datasets.DownloadManager):
|
|
|
|
| 148 |
self.query_string = query_string
|
| 149 |
self.val_set_balancer = val_set_balancer
|
| 150 |
self.uniform_split = uniform_split
|
|
|
|
| 151 |
|
| 152 |
|
| 153 |
class Patents(datasets.GeneratorBasedBuilder):
|
|
|
|
| 190 |
supervised_keys=("claims", "decision"),
|
| 191 |
homepage="https://github.com/suzgunmirac/hupd",
|
| 192 |
citation=_CITATION,
|
| 193 |
+
ipc_labels_list=_IPC_LABELS_LIST,
|
| 194 |
)
|
| 195 |
|
| 196 |
def _split_generators(self, dl_manager: datasets.DownloadManager):
|