egm517 commited on
Commit
4be389c
1 Parent(s): e451830

Update hupd_augmented.py

Browse files
Files changed (1) hide show
  1. hupd_augmented.py +3 -3
hupd_augmented.py CHANGED
@@ -131,9 +131,9 @@ class Patents(datasets.GeneratorBasedBuilder):
131
  PatentsConfig(
132
  name="sample",
133
  description="Patent data from 2016, for debugging",
134
- metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2016.feather",
135
- data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016.tar.gz",
136
- data_dir="2016", # this will unpack to data/2016
137
  ),
138
  PatentsConfig(
139
  name="all",
 
131
  PatentsConfig(
132
  name="sample",
133
  description="Patent data from 2016, for debugging",
134
+ metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2004_sample.feather",
135
+ data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2004_sample.tar.gz",
136
+ data_dir="2004_these", # this will unpack to data/2016
137
  ),
138
  PatentsConfig(
139
  name="all",