danielshaps commited on
Commit
fcecfa9
·
verified ·
1 Parent(s): 8457e15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -43
README.md CHANGED
@@ -1,43 +1,71 @@
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: 3197221785.54
37
- num_examples: 74180
38
- - name: test
39
- num_bytes: 156309950.104
40
- num_examples: 3232
41
- download_size: 3462491878
42
- dataset_size: 3353531735.644
43
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 3197221785.54
37
+ num_examples: 74180
38
+ - name: test
39
+ num_bytes: 156309950.104
40
+ num_examples: 3232
41
+ download_size: 3462491878
42
+ dataset_size: 3353531735.644
43
+ task_categories:
44
+ - automatic-speech-recognition
45
+ language:
46
+ - en
47
+ pretty_name: ' NCHLT Speech Corpus -- South African English '
48
+ ---
49
+
50
+ # NCHLT Speech Corpus -- South African English
51
+
52
+ This is the South African English language part of the NCHLT Speech Corpus of the South African languages.
53
+
54
+ Language code (ISO 639): `eng`
55
+
56
+ URI: <https://hdl.handle.net/20.500.12185/274>
57
+
58
+ ## Licence
59
+
60
+ Creative Commons Attribution 3.0 Unported License (CC BY 3.0): <http://creativecommons.org/licenses/by/3.0/legalcode>
61
+
62
+ ## Citation Information
63
+
64
+ ```
65
+ @inproceedings{barnard2014nchlt,
66
+ title={{The NCHLT speech corpus of the South African languages}},
67
+ author={Barnard, Etienne and Davel, Marelie H and van Heerden, Charl and De Wet, Febe and Badenhorst, Jaco},
68
+ booktitle={Workshop Spoken Language Technologies for Under-resourced Languages (SLTU)},
69
+ year={2014}
70
+ }
71
+ ```