Emilio Marinone
commited on
Commit
•
78a22a9
1
Parent(s):
a8a4e60
Uodate docstring
Browse files
nst_sv.py
CHANGED
@@ -17,6 +17,18 @@
|
|
17 |
|
18 |
Documentation with full description of the data: https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/se-16khz_reorganized.pdf
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
TODO:
|
21 |
* add multi channel option
|
22 |
* add train-validation-test split option
|
|
|
17 |
|
18 |
Documentation with full description of the data: https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/se-16khz_reorganized.pdf
|
19 |
|
20 |
+
NOTE:
|
21 |
+
* The only split available is the train split, which includes the whole dataset.
|
22 |
+
* The dataset is 33.5 GB compressed. If the download fails, you can try to download it manually:
|
23 |
+
* From the logs, find the path to the local cache
|
24 |
+
(e.g.: /Users/{user}/.cache/huggingface/datasets/marinone94___nst_sv/distant_channel/1.1.0/{hash})
|
25 |
+
* Most likely, {hash} directory does not exist yet, so
|
26 |
+
$ cd /Users/{user}/.cache/huggingface/datasets/marinone94___nst_sv/distant_channel/1.1.0/
|
27 |
+
$ mkdir {hash}
|
28 |
+
$ cd {hash}
|
29 |
+
$ wget https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/se-16khz_reorganized.zip
|
30 |
+
* Be patient, you need to download it only once... (if you don't delete the cache)
|
31 |
+
|
32 |
TODO:
|
33 |
* add multi channel option
|
34 |
* add train-validation-test split option
|