Datasets:
Commit ·
095f81b
0
Parent(s):
Duplicate from danielshaps/nchlt_speech_tso
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-00007.parquet +3 -0
- data/train-00001-of-00007.parquet +3 -0
- data/train-00002-of-00007.parquet +3 -0
- data/train-00003-of-00007.parquet +3 -0
- data/train-00004-of-00007.parquet +3 -0
- data/train-00005-of-00007.parquet +3 -0
- data/train-00006-of-00007.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: 3121865139.84
|
| 37 |
+
num_examples: 44924
|
| 38 |
+
- name: test
|
| 39 |
+
num_bytes: 231201008.23
|
| 40 |
+
num_examples: 2905
|
| 41 |
+
download_size: 3371280723
|
| 42 |
+
dataset_size: 3353066148.07
|
| 43 |
+
task_categories:
|
| 44 |
+
- automatic-speech-recognition
|
| 45 |
+
language:
|
| 46 |
+
- ts
|
| 47 |
+
pretty_name: NCHLT Speech Corpus -- Xitsonga
|
| 48 |
+
---
|
| 49 |
+
# NCHLT Speech Corpus -- Xitsonga
|
| 50 |
+
|
| 51 |
+
This is the Xitsonga language part of the NCHLT Speech Corpus of the South African languages.
|
| 52 |
+
|
| 53 |
+
Language code (ISO 639): `tso`
|
| 54 |
+
|
| 55 |
+
URI: <https://hdl.handle.net/20.500.12185/277>
|
| 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:1054b2fa249a6b5f26b98ecea464fe47bacd409000ae4d6b963e3580755376e5
|
| 3 |
+
size 219320504
|
data/train-00000-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c81659dbb78751ba844a85a85e59eaa766fcbb30ac47c9b99661c80dcf6e0f5
|
| 3 |
+
size 496871758
|
data/train-00001-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ae8b88cbae9658507e6c4fd68fb503c7ac650055e42daa22a72295f0304e2b1
|
| 3 |
+
size 476144011
|
data/train-00002-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac87abf767eda1651d4dc3f05111bd92ba28e457209b96eb2303c874bd2a9161
|
| 3 |
+
size 447504677
|
data/train-00003-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2558d5c698e0ed7ef57ec923c21099551d93a3bfcba3760086c253eea418f284
|
| 3 |
+
size 431597407
|
data/train-00004-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:952dd15f33cba47b7519fb0932e7e5f8031c8f7b585ce922322d3ea534054cfc
|
| 3 |
+
size 450935823
|
data/train-00005-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbd4e27354299afbf6aa911b7eca399229e2d4634bd10f3588990d8e1a70b565
|
| 3 |
+
size 402873171
|
data/train-00006-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:135d058beb27c13472030c6aa9c3a90e80e2bb8907dbbbf934976dc1cec2ddf8
|
| 3 |
+
size 446033372
|