egm517 commited on
Commit
65570bc
1 Parent(s): 9e0dde4

Update hupd_augmented.py

Browse files
Files changed (1) hide show
  1. hupd_augmented.py +2 -2
hupd_augmented.py CHANGED
@@ -152,8 +152,8 @@ class Patents(datasets.GeneratorBasedBuilder):
152
  PatentsConfig(
153
  name="2016_multilabel",
154
  description="Patent data from 2016, for debugging",
155
- metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/multilabel_metadata.feather",
156
- data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_multilabel.tar.gz",
157
  data_dir="2016_these", # this will unpack to data/2016_these/2016
158
  ),
159
  PatentsConfig(
152
  PatentsConfig(
153
  name="2016_multilabel",
154
  description="Patent data from 2016, for debugging",
155
+ metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/multilabel_metadata_json_filing_date.feather",
156
+ data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_multilabel_json_filing_date.tar.gz",
157
  data_dir="2016_these", # this will unpack to data/2016_these/2016
158
  ),
159
  PatentsConfig(