turingmachine
commited on
Commit
•
7a380ae
1
Parent(s):
eee9e35
Updated the all-years.tar file path
Browse files
hupd.py
CHANGED
@@ -137,7 +137,7 @@ class Patents(datasets.GeneratorBasedBuilder):
|
|
137 |
name="all",
|
138 |
description="Patent data from all years (2004-2018)",
|
139 |
metadata_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/hupd_metadata_2022-02-22.feather",
|
140 |
-
data_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/data/all-years.tar
|
141 |
data_dir="data", # this will unpack to data/{year}
|
142 |
),
|
143 |
]
|
|
|
137 |
name="all",
|
138 |
description="Patent data from all years (2004-2018)",
|
139 |
metadata_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/hupd_metadata_2022-02-22.feather",
|
140 |
+
data_url="https://huggingface.co/datasets/HUPD/hupd/resolve/main/data/all-years.tar",
|
141 |
data_dir="data", # this will unpack to data/{year}
|
142 |
),
|
143 |
]
|