Upload /mnt/data1/andrew/core_datasets/upload_dataset.py with huggingface_hub
Browse files
mnt/data1/andrew/core_datasets/upload_dataset.py
CHANGED
|
@@ -81,7 +81,7 @@ if __name__ == "__main__":
|
|
| 81 |
|
| 82 |
REPO_ID = "robotlearning/cpgendata" # Replace with your desired repo name
|
| 83 |
FILE_PATH = Path(
|
| 84 |
-
"/mnt/data1/andrew/core_datasets"
|
| 85 |
) # Replace with your file or folder path
|
| 86 |
EXCLUDE_SUFFIXES = [".mp4"] # Replace with your suffixes to exclude
|
| 87 |
|
|
|
|
| 81 |
|
| 82 |
REPO_ID = "robotlearning/cpgendata" # Replace with your desired repo name
|
| 83 |
FILE_PATH = Path(
|
| 84 |
+
"/mnt/data1/andrew/core_datasets/"
|
| 85 |
) # Replace with your file or folder path
|
| 86 |
EXCLUDE_SUFFIXES = [".mp4"] # Replace with your suffixes to exclude
|
| 87 |
|