asierhv commited on
Commit
840f7ab
·
verified ·
1 Parent(s): af7cd4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +107 -57
README.md CHANGED
@@ -1,57 +1,107 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: audio
6
- dtype: audio
7
- - name: sentence
8
- dtype: string
9
- - name: duration
10
- dtype: float64
11
- splits:
12
- - name: train
13
- num_bytes: 74550127163.48
14
- num_examples: 387426
15
- - name: dev
16
- num_bytes: 333422392.272
17
- num_examples: 1691
18
- - name: dev_cv
19
- num_bytes: 117224793.0
20
- num_examples: 620
21
- - name: dev_parl
22
- num_bytes: 116122378.0
23
- num_examples: 550
24
- - name: dev_oslr
25
- num_bytes: 116658167.0
26
- num_examples: 521
27
- - name: test_cv
28
- num_bytes: 2766074235.344
29
- num_examples: 14312
30
- - name: test_parl
31
- num_bytes: 323488398.877
32
- num_examples: 1521
33
- - name: test_oslr
34
- num_bytes: 118953001.0
35
- num_examples: 526
36
- download_size: 76757451053
37
- dataset_size: 78442070528.97299
38
- configs:
39
- - config_name: default
40
- data_files:
41
- - split: train
42
- path: data/train-*
43
- - split: dev
44
- path: data/dev-*
45
- - split: dev_cv
46
- path: data/dev_cv-*
47
- - split: dev_parl
48
- path: data/dev_parl-*
49
- - split: dev_oslr
50
- path: data/dev_oslr-*
51
- - split: test_cv
52
- path: data/test_cv-*
53
- - split: test_parl
54
- path: data/test_parl-*
55
- - split: test_oslr
56
- path: data/test_oslr-*
57
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - eu
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - automatic-speech-recognition
9
+ pretty_name: Composite dataset for basque v2.1
10
+ tags:
11
+ - asr
12
+ - stt
13
+ - dataset
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/train-*
19
+ - split: test_cv
20
+ path: data/test_cv-*
21
+ - split: test_parl
22
+ path: data/test_parl-*
23
+ - split: test_oslr
24
+ path: data/test_oslr-*
25
+ - split: dev
26
+ path: data/dev-*
27
+ - split: dev_cv
28
+ path: data/dev_cv-*
29
+ - split: dev_parl
30
+ path: data/dev_parl-*
31
+ - split: dev_oslr
32
+ path: data/dev_oslr-*
33
+ dataset_info:
34
+ features:
35
+ - name: audio
36
+ dtype: audio
37
+ - name: sentence
38
+ dtype: string
39
+ - name: duration
40
+ dtype: float64
41
+ splits:
42
+ - name: train
43
+ num_bytes:
44
+ num_examples:
45
+ - name: dev
46
+ num_bytes:
47
+ num_examples:
48
+ - name: dev_cv
49
+ num_bytes:
50
+ num_examples:
51
+ - name: dev_parl
52
+ num_bytes:
53
+ num_examples:
54
+ - name: dev_oslr
55
+ num_bytes:
56
+ num_examples:
57
+ - name: test_cv
58
+ num_bytes:
59
+ num_examples:
60
+ - name: test_parl
61
+ num_bytes:
62
+ num_examples:
63
+ - name: test_oslr
64
+ num_bytes:
65
+ num_examples:
66
+ download_size:
67
+ dataset_size:
68
+ ---
69
+
70
+ # Composite dataset for Basque made from public available data
71
+ This dataset is composed of the following public available data:
72
+
73
+ **Train split**:
74
+ - The train split is composed of the following datasets combined:
75
+ - **mozilla-foundation/common_voice_18_0/eu**: "validated" split removing "test_cv" and "dev_cv" split's sentences. (validated split contains official train + dev + test splits and more unique data)
76
+ - **gttsehu/basque_parliament_1/eu**: "train_clean" split removing some of the sentences that are repeated in "test_parl" and "dev_parl" splits (not the same recording but same text).
77
+ - **openslr**: a train split made from the SLR76 (Basque recordings) subset, this split has been cleaned from acronyms, numbers and sentences that are repeated in the following "test_oslr" and "dev_oslr" splits.
78
+ | Split tag | Source | Hours | Sentences |
79
+ |:---------:|:--------------------:|:------------:|:----------:|
80
+ | - | common_voice_18_0 | 300.05 h | 198498 |
81
+ | - | basque_parliament_1 | 369.65 h | 185699 |
82
+ | - | openslr | 6.28 h | 3229 |
83
+ | train | **Total** | **675.98 h** | **387426** |
84
+
85
+ **Test splits**:
86
+ - Those test splits are separated, and it is recommended to not evaluate them together in a single split:
87
+ - **mozilla-foundation/common_voice_18_0/eu**: official "test" split.
88
+ - **gttsehu/basque_parliament_1/eu**: official "test" split.
89
+ - **openslr**: a test split made from the SLR76 (Basque recordings) subset, this split has been cleaned from acronyms, numbers and repeated sentences so all of them are only once in the split.
90
+ | Split tag | Source | Hours | Sentences |
91
+ |:---------:|:--------------------:|:------------:|:----------:|
92
+ | test_cv | common_voice_18_0 | 24.2 h | 14312 |
93
+ | test_parl | basque_parliament_1 | 2.85 h | 1521 |
94
+ | test_oslr | openslr | 1.03 h | 526 |
95
+ | | **Total** | **28.08 h** | **16359** |
96
+
97
+ **Dev splits**:
98
+ Theres a dev split composed by 3 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.
99
+ - **mozilla-foundation/common_voice_18_0/eu**: a small dev split made from the official "dev" split.
100
+ - **gttsehu/basque_parliament_1/eu**: a small dev split made from the official "dev" split.
101
+ - **openslr**: a dev split made from the SLR76 (Basque recordings) subset, this split has been cleaned from acronyms, numbers and repeated sentences so all of them are only once in the split.
102
+ | Split tag | Source | Hours | Sentences |
103
+ |:---------:|:--------------------:|:------------:|:----------:|
104
+ | dev_cv | common_voice_18_0 | 1.02 h | 620 |
105
+ | dev_parl | basque_parliament_1 | 1.01 h | 550 |
106
+ | dev_oslr | openslr | 1.01 h | 521 |
107
+ | dev | **Total** | **3.04 h** | **1691** |