Created README
Browse files
README.md
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- automatic-speech-recognition
|
| 5 |
+
- text-to-speech
|
| 6 |
+
language:
|
| 7 |
+
- dv
|
| 8 |
+
tags:
|
| 9 |
+
- audio
|
| 10 |
+
- dhivehi
|
| 11 |
+
- yag
|
| 12 |
+
- speech
|
| 13 |
+
- president
|
| 14 |
+
- political
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1K<n<10K
|
| 17 |
+
---
|
| 18 |
+
# Dataset Card for Dhivehi Presidential Speech 1.0
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
### Dataset Summary
|
| 22 |
+
|
| 23 |
+
Dhivehi Presidential Speech is a Dhivehi speech dataset created from data extracted and processed by [Sofwath](https://github.com/Sofwath) as part of a collection of Dhivehi datasets found [here](https://github.com/Sofwath/DhivehiDatasets).
|
| 24 |
+
|
| 25 |
+
The dataset contains around 2.5 hrs (1 GB) of speech collected from Maldives President's Office consisting of 7 speeches given by President Yaameen Abdhul Gayyoom.
|
| 26 |
+
|
| 27 |
+
### Supported Tasks and Leaderboards
|
| 28 |
+
|
| 29 |
+
- Automatic Speech Recognition
|
| 30 |
+
- Text-to-Speech
|
| 31 |
+
|
| 32 |
+
### Languages
|
| 33 |
+
|
| 34 |
+
Dhivehi
|
| 35 |
+
|
| 36 |
+
## Dataset Structure
|
| 37 |
+
|
| 38 |
+
### Data Instances
|
| 39 |
+
|
| 40 |
+
A typical data point comprises the path to the audio file and its sentence.
|
| 41 |
+
|
| 42 |
+
```json
|
| 43 |
+
{
|
| 44 |
+
'path': 'dv-presidential-speech-train/waves/YAG2_77.wav',
|
| 45 |
+
'sentence': 'އަދި އަޅުގަނޑުމެންގެ ސަރަޙައްދުގައިވެސް މިކަހަލަ ބޭބޭފުޅުން',
|
| 46 |
+
'audio': {
|
| 47 |
+
'path': 'dv-presidential-speech-train/waves/YAG2_77.wav',
|
| 48 |
+
'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32),
|
| 49 |
+
'sampling_rate': 16000
|
| 50 |
+
},
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
### Data Fields
|
| 56 |
+
|
| 57 |
+
- path (string): The path to the audio file.
|
| 58 |
+
|
| 59 |
+
- sentence (string): The transcription for the audio file.
|
| 60 |
+
|
| 61 |
+
- audio (dict): A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: dataset[0]["audio"] the audio file is automatically decoded and resampled to dataset.features["audio"].sampling_rate. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the "audio" column, i.e. dataset[0]["audio"] should always be preferred over dataset["audio"][0].
|
| 62 |
+
|
| 63 |
+
### Data Splits
|
| 64 |
+
|
| 65 |
+
The speech material has been subdivided into portions for train, test and validation. The test clips were generated from a speech not in the train split. For the validation split, there is a slight overlap of 1 speech in the train set.
|
| 66 |
+
|
| 67 |
+
| | Train | Validation | Test |
|
| 68 |
+
| ---------------- | -------- | ---------- | ----- |
|
| 69 |
+
| Speakers | 1 | 1 | 1 |
|
| 70 |
+
| Utterances | 1612 | 200 | 200 |
|
| 71 |
+
| Duration | 02:14:59 | 17:02 | 13:30 |
|
| 72 |
+
|
| 73 |
+
## Dataset Creation
|
| 74 |
+
|
| 75 |
+
### Curation Rationale
|
| 76 |
+
|
| 77 |
+
[More Information Needed]
|
| 78 |
+
|
| 79 |
+
### Source Data
|
| 80 |
+
|
| 81 |
+
#### Initial Data Collection and Normalization
|
| 82 |
+
|
| 83 |
+
Extracted and processed by [Sofwath](https://github.com/Sofwath) as part of a collection of Dhivehi datasets found [here](https://github.com/Sofwath/DhivehiDatasets).
|
| 84 |
+
|
| 85 |
+
#### Who are the source language producers?
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Annotations
|
| 90 |
+
|
| 91 |
+
#### Annotation process
|
| 92 |
+
|
| 93 |
+
[More Information Needed]
|
| 94 |
+
|
| 95 |
+
#### Who are the annotators?
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
### Personal and Sensitive Information
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Considerations for Using the Data
|
| 104 |
+
|
| 105 |
+
### Social Impact of Dataset
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
### Discussion of Biases
|
| 110 |
+
|
| 111 |
+
[More Information Needed]
|
| 112 |
+
|
| 113 |
+
### Other Known Limitations
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
## Additional Information
|
| 118 |
+
|
| 119 |
+
### Dataset Curators
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
### Licensing Information
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Citation Information
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
### Contributions
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|