Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,58 @@ configs:
|
|
35 |
- split: test_vp
|
36 |
path: data/test_vp*
|
37 |
---
|
38 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
35 |
- split: test_vp
|
36 |
path: data/test_vp*
|
37 |
---
|
38 |
+
# Composite dataset for Spanish made from public available data
|
39 |
+
This dataset is composed of the following public available data:
|
40 |
+
|
41 |
+
## Train split:
|
42 |
+
The train split is composed of the following datasets combined:
|
43 |
+
- **mozilla-foundation/common_voice_18_0/es**: "validated" split removing "test_cv" and "dev_cv" split's sentences. (validated split contains official train + dev + test splits and more unique data)
|
44 |
+
- **openslr**: a train split made from the SLR(39,61,67,71,72,73,74,75,108) subsets, this split has been cleaned from acronyms, numbers and sentences that are repeated in the following "test_oslr" and "dev_oslr" splits.
|
45 |
+
- **mls/es**: the "train" split from the spanish dataset of Multilingual Librispeech.
|
46 |
+
- **facebook/voxpopuli/es**: the "train" split from the spanish voxpopuli dataset, cleaned from acronyms and numeric characters.
|
47 |
+
- **gttsehu/basque_parliament_1/es**: the official "train_clean" split.
|
48 |
+
The Total hours and sentences is slightly smaller because some of the sentences were removed due to be repeated in some of the test and dev splits.
|
49 |
+
| Split tag | Source | Hours | Sentences |
|
50 |
+
|:---------:|:--------------------:|:-------------:|:-----------:|
|
51 |
+
| - | common_voice_18_0 | 538.82 h | 378560 |
|
52 |
+
| - | openslr | 45.58 h | 24460 |
|
53 |
+
| - | mls | 922.47 h | 221855 |
|
54 |
+
| - | voxpopuli | 142.96 h | 48667 |
|
55 |
+
| - | basque_parliament_1 | 949.27 h | 469937 |
|
56 |
+
| train | **Total** | **2596.32 h** | **1142586** |
|
57 |
+
|
58 |
+
## Test splits:
|
59 |
+
Those test splits are separated, and it is recommended to not evaluate them together in a single split:
|
60 |
+
- **mozilla-foundation/common_voice_18_0/es**: the official "test" split.
|
61 |
+
- **openslr**: a test split made from the SLR(39,61,67,71,72,73,74,75,108) subsets, this split has been cleaned from acronyms, numbers and sentences.
|
62 |
+
- **mls/es**: the "test" split from the spanish dataset of Multilingual Librispeech.
|
63 |
+
- **facebook/voxpopuli/es**: the "test" split from the spanish voxpopuli dataset, cleaned from acronyms and numeric characters.
|
64 |
+
- **gttsehu/basque_parliament_1/es**: the official "test" split.
|
65 |
+
| Split tag | Source | Hours | Sentences |
|
66 |
+
|:---------:|:--------------------:|:-------------:|:-----------:|
|
67 |
+
| test_cv | common_voice_18_0 | 26.84 h | 15872 |
|
68 |
+
| test_oslr | openslr | 7.03 h | 4107 |
|
69 |
+
| test_mls | mls | 10 h | 2385 |
|
70 |
+
| test_vp | voxpopuli | 4.64 h | 1446 |
|
71 |
+
| test_parl | basque_parliament_1 | 6.56 h | 3450 |
|
72 |
+
| | **Total** | **55.07 h** | **27260** |
|
73 |
+
|
74 |
+
## Dev splits:
|
75 |
+
There is a dev split composed by 5 dev subsplits that are also independently accesible. It is recommended to use the combined "dev" split for development tasks since it is accurately balanced in number of hours (~5h each, a total of ~25h).
|
76 |
+
- **mozilla-foundation/common_voice_18_0/es**: a small dev split made from the official "dev" split.
|
77 |
+
- **openslr**: a small dev split made from the SLR(39,61,67,71,72,73,74,75,108) subsets, this split has been cleaned from acronyms, numbers and sentences.
|
78 |
+
- **mls/es**: a small "dev" split from the original "dev" split from spanish dataset of Multilingual Librispeech.
|
79 |
+
- **facebook/voxpopuli/es**: the original "dev" split from the spanish voxpopuli dataset, cleaned from acronyms and numeric characters.
|
80 |
+
- **gttsehu/basque_parliament_1/es**: the official "dev" split.
|
81 |
+
| Split tag | Source | Hours | Sentences |
|
82 |
+
|:---------:|:--------------------:|:-------------:|:-----------:|
|
83 |
+
| dev_cv | common_voice_18_0 | 5.03 h | 3000 |
|
84 |
+
| dev_oslr | openslr | 5.13 h | 3063 |
|
85 |
+
| dev_mls | mls | 5.09 h | 1223 |
|
86 |
+
| dev_vp | voxpopuli | 4.89 h | 1564 |
|
87 |
+
| dev_parl | basque_parliament_1 | 4.81 h | 2567 |
|
88 |
+
| dev | **Total** | **24.95 h** | **11417** |
|
89 |
+
|
90 |
+
## Funding:
|
91 |
+
This project with reference 2022/TL22/00215335 has been parcially funded by the Ministerio de Transformación Digital and by the Plan de Recuperación, Transformación y Resiliencia – Funded by the European Union – NextGenerationEU [ILENIA](https://proyectoilenia.es/) and by the project [IkerGaitu](https://www.hitz.eus/iker-gaitu/) funded by the Basque Government.
|
92 |
|
|