modify: README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,6 @@ The individual datasets are stored as zip files in the `zip` directory. The util
|
|
| 8 |
|
| 9 |
1. Download the dataset from the source
|
| 10 |
2. Convert the dataset into a zip format if required
|
| 11 |
-
3. Upload the zip file corresponding anatomy folder in the `zip` directory using the command: `hf upload [repo_id] [local_path] [path_in_repo] --repo-type dataset`
|
| 12 |
|
| 13 |
-
eg: `hf upload us-segmentator/us-segmentation-dataset local_path_to_zip_file.zip zips/<anatomy_name>/<zip_file_name>.zip --repo-type dataset`
|
|
|
|
| 8 |
|
| 9 |
1. Download the dataset from the source
|
| 10 |
2. Convert the dataset into a zip format if required
|
| 11 |
+
3. Upload the zip file corresponding anatomy folder in the `zip` directory using the command: `hf upload [repo_id] [local_path] [path_in_repo] --repo-type dataset --commit-message "add-dataset: <dataset_name>"`
|
| 12 |
|
| 13 |
+
eg: `hf upload us-segmentator/us-segmentation-dataset local_path_to_zip_file.zip zips/<anatomy_name>/<zip_file_name>.zip --repo-type dataset --commit-message "add-dataset: <dataset_name>"`
|