egm517 commited on
Commit
ed7d5b0
1 Parent(s): abd1e30

Update hupd_augmented.py

Browse files
Files changed (1) hide show
  1. hupd_augmented.py +2 -2
hupd_augmented.py CHANGED
@@ -138,8 +138,8 @@ class Patents(datasets.GeneratorBasedBuilder):
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/metadata_2016_30k_sample_double_shuffle.feather",
142
- data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_double.tar.gz",
143
  data_dir="2016_these", # this will unpack to data/2016_these/2016
144
  ),
145
  PatentsConfig(
 
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/metadata_2016_no_pending.feather",
142
+ data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_no_pending.tar.gz",
143
  data_dir="2016_these", # this will unpack to data/2016_these/2016
144
  ),
145
  PatentsConfig(