egm517 commited on
Commit
bec255c
1 Parent(s): a85db61

Update hupd_augmented.py

Browse files
Files changed (1) hide show
  1. hupd_augmented.py +7 -0
hupd_augmented.py CHANGED
@@ -135,6 +135,13 @@ class Patents(datasets.GeneratorBasedBuilder):
135
  data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_30k_sample.tar.gz",
136
  data_dir="2016_these", # this will unpack to data/2016_these/2016
137
  ),
 
 
 
 
 
 
 
138
  PatentsConfig(
139
  name="all",
140
  description="Patent data from all years (2004-2018)",
 
135
  data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_30k_sample.tar.gz",
136
  data_dir="2016_these", # this will unpack to data/2016_these/2016
137
  ),
138
+ PatentsConfig(
139
+ name="2016",
140
+ description="Patent data from 2016, for debugging",
141
+ metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2016.feather",
142
+ data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_all.tar.gz",
143
+ data_dir="2016_these", # this will unpack to data/2016_these/2016
144
+ ),
145
  PatentsConfig(
146
  name="all",
147
  description="Patent data from all years (2004-2018)",