Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LibriS2S
|
| 2 |
This repo contains scripts and alignment data to create a dataset build further upon [librivoxDeEn](https://www.cl.uni-heidelberg.de/statnlpgroup/librivoxdeen/) such that it contains (German audio, German transcription, English audio, English transcription) quadruplets and can be used for Speech-to-Speech translation research. Because of this, the alignments are released under the same [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/) <div>
|
| 3 |
These alignments were collected by downloading the English audiobooks and using [aeneas](https://github.com/readbeyond/aeneas) to align the book chapters to the transcripts. For more information read the original [paper](https://arxiv.org/abs/2204.10593) (Presented at LREC 2022)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators: []
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- de
|
| 6 |
+
language_creators: []
|
| 7 |
+
license:
|
| 8 |
+
- cc-by-nc-sa-4.0
|
| 9 |
+
multilinguality:
|
| 10 |
+
- multilingual
|
| 11 |
+
pretty_name: LibriS2S German-English Speech and Text pairs
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
source_datasets: []
|
| 15 |
+
tags:
|
| 16 |
+
- LibriS2S
|
| 17 |
+
- LibrivoxDeEn
|
| 18 |
+
- Speech-to-Speech translation
|
| 19 |
+
- LREC2022
|
| 20 |
+
task_categories:
|
| 21 |
+
- text-to-speech
|
| 22 |
+
- automatic-speech-recognition
|
| 23 |
+
- translation
|
| 24 |
+
task_ids: []
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
# LibriS2S
|
| 28 |
This repo contains scripts and alignment data to create a dataset build further upon [librivoxDeEn](https://www.cl.uni-heidelberg.de/statnlpgroup/librivoxdeen/) such that it contains (German audio, German transcription, English audio, English transcription) quadruplets and can be used for Speech-to-Speech translation research. Because of this, the alignments are released under the same [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/) <div>
|
| 29 |
These alignments were collected by downloading the English audiobooks and using [aeneas](https://github.com/readbeyond/aeneas) to align the book chapters to the transcripts. For more information read the original [paper](https://arxiv.org/abs/2204.10593) (Presented at LREC 2022)
|