bjelkenhed
commited on
Commit
·
45f21af
1
Parent(s):
614fb9a
metadata file
Browse files- archive/nst/metadata_se_csv.zip +3 -0
- babelbox_voice.py +2 -0
archive/nst/metadata_se_csv.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94993f25e3cc9415a465dbdb1529a300aca3dc24e0a29cdfb112d153be06f1bc
|
3 |
+
size 19735371
|
babelbox_voice.py
CHANGED
@@ -28,6 +28,8 @@ _DL_URLS = [
|
|
28 |
"https://huggingface.co/datasets/babelbox/babelbox_voice/resolve/main/archive/nst/nst-data-002.tar.gz"
|
29 |
]
|
30 |
|
|
|
|
|
31 |
class BabelboxVoiceConfig(datasets.BuilderConfig):
|
32 |
"""BuilderConfig for BabelboxVoice."""
|
33 |
|
|
|
28 |
"https://huggingface.co/datasets/babelbox/babelbox_voice/resolve/main/archive/nst/nst-data-002.tar.gz"
|
29 |
]
|
30 |
|
31 |
+
_METADATA_URL = "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/metadata_se_csv.zip"
|
32 |
+
|
33 |
class BabelboxVoiceConfig(datasets.BuilderConfig):
|
34 |
"""BuilderConfig for BabelboxVoice."""
|
35 |
|