egm517 commited on
Commit
cb026d2
1 Parent(s): 499f79f

Update hupd_augmented.py

Browse files
Files changed (1) hide show
  1. hupd_augmented.py +7 -0
hupd_augmented.py CHANGED
@@ -149,6 +149,13 @@ class Patents(datasets.GeneratorBasedBuilder):
149
  data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_all.tar.gz",
150
  data_dir="2016_these", # this will unpack to data/2016_these/2016
151
  ),
 
 
 
 
 
 
 
152
  PatentsConfig(
153
  name="all",
154
  description="Patent data from all years (2004-2018)",
 
149
  data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_all.tar.gz",
150
  data_dir="2016_these", # this will unpack to data/2016_these/2016
151
  ),
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(
160
  name="all",
161
  description="Patent data from all years (2004-2018)",