Update hupd_augmented.py
Browse files- hupd_augmented.py +0 -2
hupd_augmented.py
CHANGED
@@ -56,7 +56,6 @@ _FEATURES = [
|
|
56 |
"patent_issue_date",
|
57 |
"date_published",
|
58 |
"examiner_id",
|
59 |
-
"application_number"
|
60 |
]
|
61 |
|
62 |
|
@@ -330,5 +329,4 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
330 |
'date_published': patent['date_published'],
|
331 |
'examiner_id': patent['examiner_id'],
|
332 |
"ipc_label": patent["main_ipcr_label"],
|
333 |
-
'application_number': patent["application_number"]
|
334 |
}
|
|
|
56 |
"patent_issue_date",
|
57 |
"date_published",
|
58 |
"examiner_id",
|
|
|
59 |
]
|
60 |
|
61 |
|
|
|
329 |
'date_published': patent['date_published'],
|
330 |
'examiner_id': patent['examiner_id'],
|
331 |
"ipc_label": patent["main_ipcr_label"],
|
|
|
332 |
}
|