Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ mkdir path/to/store/dataset && cd path/to/store/dataset
|
|
| 80 |
git clone https://huggingface.co/datasets/zavierand/CAPs
|
| 81 |
```
|
| 82 |
|
| 83 |
-
This should take ~ 40 minutes to clone.
|
| 84 |
|
| 85 |
## Installation (Raw Dataset)
|
| 86 |
|
|
@@ -129,7 +129,7 @@ data_original_root:
|
|
| 129 |
- val: /path/to/dataset_raw/
|
| 130 |
```
|
| 131 |
|
| 132 |
-
**Note**: When cloning, if the whole repo is cloned and saved under `CAPs` and you wish to train on the raw dataset, you will need to set the environment variables in `
|
| 133 |
|
| 134 |
## Training
|
| 135 |
|
|
|
|
| 80 |
git clone https://huggingface.co/datasets/zavierand/CAPs
|
| 81 |
```
|
| 82 |
|
| 83 |
+
This will clone from the root and should take ~ 40 minutes to clone.
|
| 84 |
|
| 85 |
## Installation (Raw Dataset)
|
| 86 |
|
|
|
|
| 129 |
- val: /path/to/dataset_raw/
|
| 130 |
```
|
| 131 |
|
| 132 |
+
**Note**: When cloning, if the whole repo is cloned and saved under `CAPs` and you wish to train on the raw dataset, you will need to set the environment variables in `env_vars.yaml` to the path of the `dataset_raw` directory.
|
| 133 |
|
| 134 |
## Training
|
| 135 |
|