vpetukhov commited on
Commit
a448b33
1 Parent(s): db2ceff

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -26
README.md CHANGED
@@ -1,29 +1,82 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: audio
5
- dtype: audio
6
- - name: sentence
7
- dtype: string
8
- - name: locale
9
- dtype: string
10
- - name: book
11
- dtype: string
12
- - name: verse
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 21564746147.875
17
- num_examples: 40215
18
- - name: dev
19
- num_bytes: 174647659.0
20
- num_examples: 264
21
- - name: test
22
- num_bytes: 60734820.0
23
- num_examples: 124
24
- download_size: 21576079488
25
- dataset_size: 21800128626.875
26
  ---
27
- # Dataset Card for "bible_tts_hausa"
28
 
29
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators: []
3
+ language:
4
+ - ha
5
+ language_creators:
6
+ - expert-generated
7
+ license:
8
+ - cc-by-sa-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ pretty_name: BibleTTS Hausa
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ tags:
17
+ - bible
18
+ task_categories:
19
+ - automatic-speech-recognition
20
+ - text-to-speech
21
+ task_ids: []
 
 
 
 
22
  ---
 
23
 
24
+ # Dataset Card for BibleTTS Hausa
25
+
26
+ ## Table of Contents
27
+ - [Table of Contents](#table-of-contents)
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Additional Information](#additional-information)
35
+ - [Dataset Curators](#dataset-curators)
36
+ - [Licensing Information](#licensing-information)
37
+ - [Citation Information](#citation-information)
38
+
39
+ ## Dataset Description
40
+
41
+ - **Homepage:** https://masakhane-io.github.io/bibleTTS/
42
+ - **Repository:** http://www.openslr.org/129/
43
+ - **Paper:** https://arxiv.org/abs/2207.03546
44
+
45
+ ### Dataset Summary
46
+
47
+ BibleTTS is a large high-quality open Text-to-Speech dataset with up to 80 hours of single speaker, studio quality 48kHz recordings.
48
+ This is a Hausa part of the dataset. Aligned hours: 86.6, aligned verses: 40,603.
49
+
50
+ ### Languages
51
+
52
+ Hausa
53
+
54
+ ## Dataset Structure
55
+
56
+ ### Data Fields
57
+
58
+ - `audio`: audio path
59
+ - `sentence`: transcription of the audio
60
+ - `locale`: always set to `ha`
61
+ - `book`: 3-char book encoding
62
+ - `verse`: verse id
63
+
64
+ ### Data Splits
65
+
66
+ - `dev`: Book of Ezra (264 verses)
67
+ - `test`: Book of Colossians (124 verses)
68
+ - `train`: all other books (40215 verses)
69
+
70
+ ## Additional Information
71
+
72
+ ### Dataset Curators
73
+
74
+ The dataset uploaded by [vpetukhov](https://github.com/VPetukhov/) who is not connected to the dataset authors. Please, see the project page for more info.
75
+
76
+ ### Licensing Information
77
+
78
+ The data is released under a commercial-friendly [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) license.
79
+
80
+ ### Citation Information
81
+
82
+ Meyer, Josh, et al. "BibleTTS: a large, high-fidelity, multilingual, and uniquely African speech corpus." arXiv preprint arXiv:2207.03546 (2022).