egm517 commited on
Commit
abd1e30
1 Parent(s): 541b6be

Update hupd_augmented.py

Browse files
Files changed (1) hide show
  1. hupd_augmented.py +1 -1
hupd_augmented.py CHANGED
@@ -147,7 +147,7 @@ class Patents(datasets.GeneratorBasedBuilder):
147
  description="Patent data from 2016, for debugging",
148
  metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2016.feather",
149
  data_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/data/2016_all.tar.gz",
150
- data_dir="2016_these/2016/", # this will unpack to data/2016_these/2016
151
  ),
152
  PatentsConfig(
153
  name="all",
 
147
  description="Patent data from 2016, for debugging",
148
  metadata_url="https://huggingface.co/datasets/egm517/hupd_augmented/resolve/main/hupd_metadata_2016.feather",
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",