Datasets:
Fix script path
Browse files- construct.py +1 -1
construct.py
CHANGED
@@ -20,4 +20,4 @@ def construct_hf_dataset(repo_name: str):
|
|
20 |
|
21 |
|
22 |
if __name__ == "__main__":
|
23 |
-
construct_hf_dataset("
|
|
|
20 |
|
21 |
|
22 |
if __name__ == "__main__":
|
23 |
+
construct_hf_dataset("persius/imr-appeals")
|