zavierand commited on
Commit
ef6b082
·
verified ·
1 Parent(s): 34f865f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 `setup.sh` to the path of the `dataset_raw` directory.
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