Update hupd_augmented.py
Browse files- hupd_augmented.py +3 -3
hupd_augmented.py
CHANGED
@@ -137,9 +137,9 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
137 |
),
|
138 |
PatentsConfig(
|
139 |
name="2016",
|
140 |
-
description="Patent data from
|
141 |
-
metadata_url="https://huggingface.co/datasets/
|
142 |
-
data_url="https://huggingface.co/datasets/
|
143 |
data_dir="2016", # this will unpack
|
144 |
),
|
145 |
PatentsConfig(
|
|
|
137 |
),
|
138 |
PatentsConfig(
|
139 |
name="2016",
|
140 |
+
description="Patent data from all of 2016, for debugging",
|
141 |
+
metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2022-02-22.feather",
|
142 |
+
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016.tar.gz",
|
143 |
data_dir="2016", # this will unpack
|
144 |
),
|
145 |
PatentsConfig(
|