Update README.md
Browse files
README.md
CHANGED
@@ -24,3 +24,40 @@ configs:
|
|
24 |
- split: test
|
25 |
path: data/test-*
|
26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- split: test
|
25 |
path: data/test-*
|
26 |
---
|
27 |
+
|
28 |
+
|
29 |
+
# Talrómur Dataset (ROSA Speaker Subset)
|
30 |
+
|
31 |
+
This Huggingface dataset card describes a subset of the Talrómur speech corpus, focusing exclusively on the "ROSA" speaker data. This is not my original dataset, but rather a subset of the publicly available Talrómur corpus.
|
32 |
+
|
33 |
+
## Dataset Description
|
34 |
+
|
35 |
+
Talrómur is a public domain speech corpus designed for text-to-speech research and development. The complete corpus consists of 122,417 short audio clips from eight different speakers reading short sentences. The audio was recorded in 2020 by Reykjavík University and The Icelandic National Broadcasting Service as part of The Icelandic Language Technology Program.
|
36 |
+
|
37 |
+
The original dataset is publicly accessible from the CLARIN-IS repository at: https://repository.clarin.is/repository/xmlui/handle/20.500.12537/330
|
38 |
+
|
39 |
+
This subset contains only the recordings from the speaker identified as "ROSA".
|
40 |
+
|
41 |
+
## Features
|
42 |
+
|
43 |
+
- Loudness-normalized recordings using ffmpeg's implementation of EBU R128
|
44 |
+
- Alignments in both JSON and Textgrid format obtained using the Montreal Forced Aligner (MFA)
|
45 |
+
- Trimmed recordings with at most 100ms silence at the beginning and end of each clip
|
46 |
+
|
47 |
+
## Citation
|
48 |
+
|
49 |
+
If you use this dataset in your research, please cite:
|
50 |
+
|
51 |
+
```bibtex
|
52 |
+
@misc{20.500.12537/330,
|
53 |
+
title = {Talr{\'o}mur 1 (24.04)},
|
54 |
+
author = {Sigurgeirsson, Atli {\TH}{\'o}r and Gunnarsson, {\TH}orsteinn Da{\dh}i and {\"O}rn{\'o}lfsson, Gunnar Thor and {\TH}{\'o}rhallsd{\'o}ttir, Ragnhei{\dh}ur and Magn{\'u}sd{\'o}ttir, Eyd{\'{\i}}s Huld and Gu{\dh}nason, J{\'o}n},
|
55 |
+
url = {http://hdl.handle.net/20.500.12537/330},
|
56 |
+
note = {{CLARIN}-{IS}},
|
57 |
+
copyright = {Creative Commons - Attribution 4.0 International ({CC} {BY} 4.0)},
|
58 |
+
year = {2024} }
|
59 |
+
```
|
60 |
+
|
61 |
+
## Acknowledgments
|
62 |
+
|
63 |
+
The original Talrómur dataset was created as part of The Icelandic Language Technology Program by Reykjavík University and The Icelandic National Broadcasting Service. This Huggingface dataset card is merely a description of a subset of their work and is intended to provide proper attribution and information about the "ROSA" speaker subset.
|