wjbmattingly commited on
Commit
b378525
1 Parent(s): 96a0b0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -17,7 +17,7 @@ dataset_info:
17
  num_bytes: 1294272351.875
18
  num_examples: 1473
19
  - name: test
20
- num_bytes: 644375190.0
21
  num_examples: 737
22
  download_size: 6400544345
23
  dataset_size: 6470215703.471
@@ -30,4 +30,27 @@ configs:
30
  path: data/validation-*
31
  - split: test
32
  path: data/test-*
 
 
 
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  num_bytes: 1294272351.875
18
  num_examples: 1473
19
  - name: test
20
+ num_bytes: 644375190
21
  num_examples: 737
22
  download_size: 6400544345
23
  dataset_size: 6470215703.471
 
30
  path: data/validation-*
31
  - split: test
32
  path: data/test-*
33
+ license: cc-by-3.0
34
+ language:
35
+ - xh
36
  ---
37
+
38
+ # Xhosa Merged Audio
39
+
40
+ This dataset was cultivated from (Beijuka/xhosa_parakeet_50hr)[https://huggingface.co/datasets/Beijuka/xhosa_parakeet_50hr]. This dataset orginally came from NCHLT isiXhosa Speech Corpus (see below).
41
+
42
+ The original corpus contained audio and transcription in 3-5 word segments. This meant that the majority of the dataset was ~5 seconds long. Whisper can receive an input of 30 seconds. This meant that the dataset required substantial padding. To reduce the amount of padding, the audio segments were merged together sequentially until a limit of 30 seconds was reached.
43
+
44
+ ## Original Dataset
45
+ - Name: NCHLT isiXhosa Speech Corpus
46
+ - Size: Approximately 56 hours of transcribed speech
47
+ - Speakers: 209 (106 female, 103 male)
48
+ - Content: Prompted speech (3-5 word utterances read from a smartphone screen)
49
+ - Source: Audio recordings smartphone-collected in non-studio environment
50
+ - License: Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
51
+
52
+ ### Citation
53
+
54
+ ```tex
55
+ De Vries, N.J., Davel, M.H., Badenhorst, J., Basson, W.D., de Wet, F., Barnard, E. and de Waal, A. (2014). A smartphone-based ASR data collection tool for under-resourced languages. Speech Communication, 56, 119-131. https://hdl.handle.net/20.500.12185/279
56
+ ```