Update hupd_augmented.py
Browse files- hupd_augmented.py +2 -9
hupd_augmented.py
CHANGED
@@ -130,17 +130,10 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
130 |
BUILDER_CONFIGS = [
|
131 |
PatentsConfig(
|
132 |
name="sample",
|
133 |
-
description="Patent data from
|
134 |
-
metadata_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/hupd_metadata_jan16_2022-02-22.feather",
|
135 |
-
data_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/data/sample-jan-2016.tar.gz",
|
136 |
-
data_dir="sample", # this will unpack to data/sample/2016
|
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="
|
144 |
),
|
145 |
PatentsConfig(
|
146 |
name="all",
|
|
|
130 |
BUILDER_CONFIGS = [
|
131 |
PatentsConfig(
|
132 |
name="sample",
|
133 |
+
description="Patent data from 2016, for debugging",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2022-02-22.feather",
|
135 |
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016.tar.gz",
|
136 |
+
data_dir="sample", # this will unpack to data/sample/2016
|
137 |
),
|
138 |
PatentsConfig(
|
139 |
name="all",
|