Update hupd_augmented.py
Browse files- hupd_augmented.py +1 -1
hupd_augmented.py
CHANGED
@@ -132,7 +132,7 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
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_2016_30k_sample.feather",
|
135 |
-
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/
|
136 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
137 |
),
|
138 |
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_2016_30k_sample.feather",
|
135 |
+
data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_sample_30k.tar.gz",
|
136 |
data_dir="2016_these", # this will unpack to data/2016_these/2016
|
137 |
),
|
138 |
PatentsConfig(
|