danielshaps commited on
Commit
352c5ee
·
verified ·
1 Parent(s): 877553c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -43
README.md CHANGED
@@ -1,43 +1,74 @@
1
- ---
2
- license: cc-by-3.0
3
- dataset_info:
4
- features:
5
- - name: audio
6
- dtype: audio
7
- - name: age
8
- dtype: string
9
- - name: gender
10
- dtype: string
11
- - name: speaker_id
12
- dtype: string
13
- - name: duration
14
- dtype: string
15
- - name: pdp_score
16
- dtype: string
17
- - name: utterance_id
18
- dtype: string
19
- - name: disfluency
20
- dtype: bool
21
- - name: text
22
- dtype: string
23
- - name: typos
24
- dtype: bool
25
- - name: split
26
- dtype: string
27
- splits:
28
- - name: train
29
- num_bytes: 3278250179.855
30
- num_examples: 54817
31
- - name: test
32
- num_bytes: 179083169.68
33
- num_examples: 2722
34
- download_size: 3613198062
35
- dataset_size: 3457333349.535
36
- configs:
37
- - config_name: default
38
- data_files:
39
- - split: train
40
- path: data/train-*
41
- - split: test
42
- path: data/test-*
43
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-3.0
3
+ dataset_info:
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: age
8
+ dtype: string
9
+ - name: gender
10
+ dtype: string
11
+ - name: speaker_id
12
+ dtype: string
13
+ - name: duration
14
+ dtype: string
15
+ - name: pdp_score
16
+ dtype: string
17
+ - name: utterance_id
18
+ dtype: string
19
+ - name: disfluency
20
+ dtype: bool
21
+ - name: text
22
+ dtype: string
23
+ - name: typos
24
+ dtype: bool
25
+ - name: split
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 3278250179.855
30
+ num_examples: 54817
31
+ - name: test
32
+ num_bytes: 179083169.68
33
+ num_examples: 2722
34
+ download_size: 3613198062
35
+ dataset_size: 3457333349.535
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ - split: test
42
+ path: data/test-*
43
+ task_categories:
44
+ - automatic-speech-recognition
45
+ language:
46
+ - st
47
+ pretty_name: NCHLT Speech Corpus -- Sesotho
48
+ ---
49
+ # NCHLT Speech Corpus -- Sesotho
50
+
51
+ This is the Sesotho language part of the NCHLT Speech Corpus of the South African languages.
52
+
53
+ Language code (ISO 639): `sot`
54
+
55
+ URI: <https://hdl.handle.net/20.500.12185/278>
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
+ ```