Update hupd_augmented.py
Browse files- hupd_augmented.py +7 -0
hupd_augmented.py
CHANGED
@@ -142,6 +142,13 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
142 |
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_double.tar.gz",
|
143 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
144 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
PatentsConfig(
|
146 |
name="all",
|
147 |
description="Patent data from all years (2004-2018)",
|
|
|
142 |
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_double.tar.gz",
|
143 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
144 |
),
|
145 |
+
PatentsConfig(
|
146 |
+
name="2016_all",
|
147 |
+
description="Patent data from 2016, for debugging",
|
148 |
+
metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2016.feather",
|
149 |
+
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_all.tar.gz",
|
150 |
+
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
151 |
+
),
|
152 |
PatentsConfig(
|
153 |
name="all",
|
154 |
description="Patent data from all years (2004-2018)",
|