Update hupd_augmented.py
Browse files- hupd_augmented.py +2 -2
hupd_augmented.py
CHANGED
@@ -152,8 +152,8 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
152 |
PatentsConfig(
|
153 |
name="2016_multilabel",
|
154 |
description="Patent data from 2016, for debugging",
|
155 |
-
metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/
|
156 |
-
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/
|
157 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
158 |
),
|
159 |
PatentsConfig(
|
|
|
152 |
PatentsConfig(
|
153 |
name="2016_multilabel",
|
154 |
description="Patent data from 2016, for debugging",
|
155 |
+
metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/multilabel_metadata_json_filing_date.feather",
|
156 |
+
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_multilabel_json_filing_date.tar.gz",
|
157 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
158 |
),
|
159 |
PatentsConfig(
|