Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,10 @@ dataset_info:
|
|
9 |
sampling_rate: 16000
|
10 |
splits:
|
11 |
- name: dev
|
12 |
-
num_bytes: 141550478
|
13 |
num_examples: 260
|
14 |
- name: test
|
15 |
-
num_bytes: 131678956
|
16 |
num_examples: 235
|
17 |
- name: train
|
18 |
num_bytes: 1268995249.832
|
@@ -28,4 +28,16 @@ configs:
|
|
28 |
path: data/test-*
|
29 |
- split: train
|
30 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
9 |
sampling_rate: 16000
|
10 |
splits:
|
11 |
- name: dev
|
12 |
+
num_bytes: 141550478
|
13 |
num_examples: 260
|
14 |
- name: test
|
15 |
+
num_bytes: 131678956
|
16 |
num_examples: 235
|
17 |
- name: train
|
18 |
num_bytes: 1268995249.832
|
|
|
28 |
path: data/test-*
|
29 |
- split: train
|
30 |
path: data/train-*
|
31 |
+
license: cc0-1.0
|
32 |
+
task_categories:
|
33 |
+
- automatic-speech-recognition
|
34 |
+
language:
|
35 |
+
- cy
|
36 |
+
size_categories:
|
37 |
+
- 1K<n<10K
|
38 |
---
|
39 |
+
The training and development set sentences are taken from CoVoST and have been compared to all validated sentences in the Welsh Common Voice data to ensure none of the already recorded sentences will be used here. Then all sentences containing personal names have been extracted and replaced with a randomly generated name using the Faker library and a custom Welsh names list. The sentences were then recorded by 26 volunteers from North-West Wales, 15 women, 10 men and one non-binary person.
|
40 |
+
|
41 |
+
The test split of this dataset is based on the Welsh Common Voice test split. All sentences containing a personal name have been selected and the names have been replaced by 64 Welsh first names and 13 last names each occurring 6 and 5 times, respectively, in combination with either another first name (e.g. the parents first name according to patronymic or matronymic tradition or a second first name to help distinguish oneself if the last name is very common), the word ap or ferch (meaning son or daughter of) + the another first name or with a last name. They were also recorded by the same 26 volunteers.
|
42 |
+
|
43 |
+
Similarly to Common Voice, the participants were able to record the sentences by themselves using their own hardware which resulted in a range of sound qualities. Speakers are given a number and can, if needed, be excluded from the data.
|