Datasets:
Updates README -> update path to manifests archives
Browse files
README.md
CHANGED
@@ -160,7 +160,7 @@ Finally, untar those files to reconstruct the default Directory structure of jel
|
|
160 |
# untar the audios
|
161 |
tar -xvzf jeli-asr-1.0.0-audios.tar.gz
|
162 |
# untar the manifests
|
163 |
-
tar -xvzf jeli-asr-1.0.
|
164 |
```
|
165 |
|
166 |
This approach allow you to combine the data from different versions and restructure your working directory as you with, with more ease and without necessarily having to write code.
|
|
|
160 |
# untar the audios
|
161 |
tar -xvzf jeli-asr-1.0.0-audios.tar.gz
|
162 |
# untar the manifests
|
163 |
+
tar -xvzf jeli-asr-1.0.1-manifests.tar.gz
|
164 |
```
|
165 |
|
166 |
This approach allow you to combine the data from different versions and restructure your working directory as you with, with more ease and without necessarily having to write code.
|