Spaces:
Paused
Paused
Update create_dataset.py
Browse files- 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)
|