Spaces:
Sleeping
Sleeping
update
Browse files
huggingface/dataset_utils.py
CHANGED
@@ -25,4 +25,4 @@ def get_global_data_path():
|
|
25 |
return default_path
|
26 |
|
27 |
folder = huggingface_hub.snapshot_download(repo_id=hf_dataset, repo_type="dataset", token=hf_token)
|
28 |
-
return folder+"/"
|
|
|
25 |
return default_path
|
26 |
|
27 |
folder = huggingface_hub.snapshot_download(repo_id=hf_dataset, repo_type="dataset", token=hf_token)
|
28 |
+
return folder+"/legal_info_search_data/"
|