Datasets:
Commit ·
cb546cd
0
Parent(s):
Duplicate from danielshaps/nchlt_speech_tsn
Browse filesCo-authored-by: Daniel van Niekerk <danielshaps@users.noreply.huggingface.co>
- .gitattributes +59 -0
- LICENSE.txt +47 -0
- README.md +74 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00008.parquet +3 -0
- data/train-00001-of-00008.parquet +3 -0
- data/train-00002-of-00008.parquet +3 -0
- data/train-00003-of-00008.parquet +3 -0
- data/train-00004-of-00008.parquet +3 -0
- data/train-00005-of-00008.parquet +3 -0
- data/train-00006-of-00008.parquet +3 -0
- data/train-00007-of-00008.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
LICENSE.txt
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--------------------------------------------------------------------------------------------
|
| 2 |
+
|
| 3 |
+
The NCHLT Speech Corpus is licensed under a Creative Commons Attribution 3.0 Unported
|
| 4 |
+
(CC BY 3.0) license.
|
| 5 |
+
|
| 6 |
+
URL: http://creativecommons.org/licenses/by/3.0/
|
| 7 |
+
|
| 8 |
+
Attribute work to: the Department of Arts and Culture of the government of the Republic of
|
| 9 |
+
South Africa (DAC), Council for Scientific and Industrial Research (CSIR) and
|
| 10 |
+
North-West University (NWU).
|
| 11 |
+
|
| 12 |
+
--------------------------------------------------------------------------------------------
|
| 13 |
+
|
| 14 |
+
You are free:
|
| 15 |
+
|
| 16 |
+
to Share - to copy, distribute and transmit the work
|
| 17 |
+
to Remix - to adapt the work
|
| 18 |
+
to make commercial use of the work
|
| 19 |
+
|
| 20 |
+
Under the following conditions:
|
| 21 |
+
|
| 22 |
+
Attribution - You must attribute the work to:
|
| 23 |
+
the Department of Arts and Culture of the government of the Republic of South Africa (DAC),
|
| 24 |
+
Council for Scientific and Industrial Research (CSIR) and North-West University (NWU).
|
| 25 |
+
(but not in any way that suggests that they endorse you or your use of the work).
|
| 26 |
+
|
| 27 |
+
With the understanding that:
|
| 28 |
+
|
| 29 |
+
Waiver - Any of the above conditions can be waived if you get permission from the
|
| 30 |
+
copyright holder.
|
| 31 |
+
|
| 32 |
+
Public Domain - Where the work or any of its elements is in the public domain under
|
| 33 |
+
applicable law, that status is in no way affected by the license.
|
| 34 |
+
|
| 35 |
+
Other Rights - In no way are any of the following rights affected by the license:
|
| 36 |
+
Your fair dealing or fair use rights, or other applicable copyright exceptions and
|
| 37 |
+
limitations;
|
| 38 |
+
The author's moral rights;
|
| 39 |
+
Rights other persons may have either in the work itself or in how the work is used,
|
| 40 |
+
such as publicity or privacy rights.
|
| 41 |
+
|
| 42 |
+
Notice - For any reuse or distribution, you must make clear to others the license terms
|
| 43 |
+
of this work. The best way to do this is with a link to this web page:
|
| 44 |
+
http://creativecommons.org/licenses/by/3.0/
|
| 45 |
+
|
| 46 |
+
--------------------------------------------------------------------------------------------
|
| 47 |
+
|
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-3.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
- split: test
|
| 9 |
+
path: data/test-*
|
| 10 |
+
dataset_info:
|
| 11 |
+
features:
|
| 12 |
+
- name: audio
|
| 13 |
+
dtype: audio
|
| 14 |
+
- name: age
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: gender
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: speaker_id
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: duration
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: pdp_score
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: utterance_id
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: disfluency
|
| 27 |
+
dtype: bool
|
| 28 |
+
- name: text
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: typos
|
| 31 |
+
dtype: bool
|
| 32 |
+
- name: split
|
| 33 |
+
dtype: string
|
| 34 |
+
splits:
|
| 35 |
+
- name: train
|
| 36 |
+
num_bytes: 3769721585.045
|
| 37 |
+
num_examples: 55515
|
| 38 |
+
- name: test
|
| 39 |
+
num_bytes: 173378502.971
|
| 40 |
+
num_examples: 2889
|
| 41 |
+
download_size: 3760086302
|
| 42 |
+
dataset_size: 3943100088.0160003
|
| 43 |
+
task_categories:
|
| 44 |
+
- automatic-speech-recognition
|
| 45 |
+
language:
|
| 46 |
+
- tn
|
| 47 |
+
pretty_name: NCHLT Speech Corpus -- Setswana
|
| 48 |
+
---
|
| 49 |
+
# NCHLT Speech Corpus -- Setswana
|
| 50 |
+
|
| 51 |
+
This is the Setswana language part of the NCHLT Speech Corpus of the South African languages.
|
| 52 |
+
|
| 53 |
+
Language code (ISO 639): `tsn`
|
| 54 |
+
|
| 55 |
+
URI: <https://hdl.handle.net/20.500.12185/281>
|
| 56 |
+
|
| 57 |
+
## Licence:
|
| 58 |
+
|
| 59 |
+
Creative Commons Attribution 3.0 Unported License (CC BY 3.0): <http://creativecommons.org/licenses/by/3.0/legalcode>
|
| 60 |
+
|
| 61 |
+
## Attribution:
|
| 62 |
+
|
| 63 |
+
The Department of Arts and Culture of the government of the Republic of South Africa (DAC), Council for Scientific and Industrial Research (CSIR) and North-West University (NWU).
|
| 64 |
+
|
| 65 |
+
## Citation Information:
|
| 66 |
+
|
| 67 |
+
```
|
| 68 |
+
@inproceedings{barnard2014nchlt,
|
| 69 |
+
title={{The NCHLT speech corpus of the South African languages}},
|
| 70 |
+
author={Barnard, Etienne and Davel, Marelie H and Van Heerden, Charl and De Wet, Febe and Badenhorst, Jaco},
|
| 71 |
+
booktitle={Workshop Spoken Language Technologies for Under-resourced Languages (SLTU)},
|
| 72 |
+
year={2014}
|
| 73 |
+
}
|
| 74 |
+
```
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e895622b62348b92ea7dd0fd1519797187d5f93e089713813a1fb09bf207ced
|
| 3 |
+
size 170547218
|
data/train-00000-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1de231967a195e45795f7909b8042e0fc2992224c245acf7b6426eff1318944b
|
| 3 |
+
size 408442275
|
data/train-00001-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964bbc79121887a11a5edcc41cd2fa049bd46fdbba29f5cd94106dfa7f069655
|
| 3 |
+
size 370807752
|
data/train-00002-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95e7bce3effb75be586cbaf8a3b8eddcd50ab79ec27a3ef8a1b3bbb0a5735ac8
|
| 3 |
+
size 424390587
|
data/train-00003-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc8d1bdc7523580010cbe6625e1eff32b2aa786cfa18f0378ce8f4ed00352532
|
| 3 |
+
size 387893989
|
data/train-00004-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:791be52d53eedcbde09231f59b2fa3db24600a8c4d3bca6d40bdbfc158a9823d
|
| 3 |
+
size 482220837
|
data/train-00005-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3f04e7734293f1cc547dca8ac28e12cc64d4fc65df777410e2d9039e46f4606
|
| 3 |
+
size 496023005
|
data/train-00006-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4e1af99293e27d7ea1711a8f0c6a9933b594807b2c84e9b3aeff7620b1b76c9
|
| 3 |
+
size 504172952
|
data/train-00007-of-00008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aad9ef804ba35f23f3fe0fc12f954fec5233b0fcba24dffb4b4a888482d864b7
|
| 3 |
+
size 515587687
|