Update hupd_augmented.py
Browse files- hupd_augmented.py +2 -2
hupd_augmented.py
CHANGED
@@ -138,8 +138,8 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
138 |
PatentsConfig(
|
139 |
name="2016",
|
140 |
description="Patent data from 2016, for debugging",
|
141 |
-
metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/
|
142 |
-
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/
|
143 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
144 |
),
|
145 |
PatentsConfig(
|
|
|
138 |
PatentsConfig(
|
139 |
name="2016",
|
140 |
description="Patent data from 2016, for debugging",
|
141 |
+
metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/metadata_2016_no_pending.feather",
|
142 |
+
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_no_pending.tar.gz",
|
143 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
144 |
),
|
145 |
PatentsConfig(
|