Update README.md
Browse files
README.md
CHANGED
@@ -18,13 +18,24 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Details
|
24 |
|
25 |
-
Synthetic audio dataset, created using Azure text-to-speech service.
|
26 |
-
|
27 |
-
|
|
|
28 |
|
29 |
## Dataset Structure
|
30 |
|
@@ -35,7 +46,14 @@ Dataset({
|
|
35 |
})
|
36 |
```
|
37 |
|
38 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
```
|
41 |
@inproceedings{moslem2024leveraging,
|
@@ -46,3 +64,22 @@ Dataset({
|
|
46 |
month={April}
|
47 |
}
|
48 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: cc-by-4.0
|
22 |
+
task_categories:
|
23 |
+
- automatic-speech-recognition
|
24 |
+
- text-to-speech
|
25 |
+
- translation
|
26 |
+
language:
|
27 |
+
- ga
|
28 |
+
- en
|
29 |
+
size_categories:
|
30 |
+
- 1K<n<10K
|
31 |
---
|
32 |
|
33 |
# Dataset Details
|
34 |
|
35 |
+
Synthetic audio dataset, created using Azure text-to-speech service.
|
36 |
+
The bilingual text is a portion of the Tatoeba dataset, consisting of 1,983 text segments.
|
37 |
+
The dataset comprises two sets of audio data, one with a female voice (OrlaNeural) and the other with a male voice (ColmNeural).
|
38 |
+
It includes more than 2 hours of audio data (02:39:31) for 3,966 utterances.
|
39 |
|
40 |
## Dataset Structure
|
41 |
|
|
|
46 |
})
|
47 |
```
|
48 |
|
49 |
+
## Copyright
|
50 |
+
|
51 |
+
Please refer to the [Terms of Use](https://tatoeba.org/eng/terms_of_use) of Tatoeba project.
|
52 |
+
|
53 |
+
|
54 |
+
## Citations
|
55 |
+
|
56 |
+
* This speech dataset was created and introduced as part of the following paper:
|
57 |
|
58 |
```
|
59 |
@inproceedings{moslem2024leveraging,
|
|
|
64 |
month={April}
|
65 |
}
|
66 |
```
|
67 |
+
|
68 |
+
* The original Tatoeba bilingual text dataset was collected by the OPUS project, introduced in the following paper:
|
69 |
+
|
70 |
+
```
|
71 |
+
|
72 |
+
@INPROCEEDINGS{Tiedemann2012-OPUS,
|
73 |
+
title = "{Parallel Data, Tools and Interfaces in {OPUS}}",
|
74 |
+
booktitle = "{Proceedings of the Eighth International Conference on Language
|
75 |
+
Resources and Evaluation ({LREC}'12)}",
|
76 |
+
author = "Tiedemann, J{\"o}rg",
|
77 |
+
publisher = "European Language Resources Association (ELRA)",
|
78 |
+
pages = "2214--2218",
|
79 |
+
month = may,
|
80 |
+
year = 2012,
|
81 |
+
url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
|
82 |
+
address = "Istanbul, Turkey"
|
83 |
+
}
|
84 |
+
|
85 |
+
```
|