nateraw commited on
Commit
d0ea7e0
·
1 Parent(s): 90d615f

Update create_dataset.py

Browse files
Files changed (1) hide show
  1. create_dataset.py +1 -0
create_dataset.py CHANGED
@@ -98,6 +98,7 @@ def main(
98
  dl_dir = "downloads",
99
  # Where actual data will be organized
100
  data_dir = "dataset_raw",
 
101
  ):
102
  dl_path = Path(dl_dir) / character
103
  dl_path.mkdir(exist_ok=True, parents=True)
 
98
  dl_dir = "downloads",
99
  # Where actual data will be organized
100
  data_dir = "dataset_raw",
101
+ **kwargs
102
  ):
103
  dl_path = Path(dl_dir) / character
104
  dl_path.mkdir(exist_ok=True, parents=True)