turingmachine
commited on
Commit
•
eee9e35
1
Parent(s):
ecfdb86
Update sample data dir
Browse files
hupd.py
CHANGED
@@ -131,7 +131,7 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
131 |
description="Patent data from January 2016, for debugging",
|
132 |
metadata_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/hupd_metadata_jan16_2022-02-22.feather",
|
133 |
data_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/data/sample-jan-2016.tar.gz",
|
134 |
-
data_dir="
|
135 |
),
|
136 |
PatentsConfig(
|
137 |
name="all",
|
|
|
131 |
description="Patent data from January 2016, for debugging",
|
132 |
metadata_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/hupd_metadata_jan16_2022-02-22.feather",
|
133 |
data_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/data/sample-jan-2016.tar.gz",
|
134 |
+
data_dir="sample", # this will unpack to data/sample/2016
|
135 |
),
|
136 |
PatentsConfig(
|
137 |
name="all",
|