sanchit-gandhi HF staff commited on
Commit
85bd82d
1 Parent(s): d21d158

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -7
README.md CHANGED
@@ -90,13 +90,32 @@ The audio and transcriptions are in English, as per the TED talks at http://www.
90
 
91
  ### Data Splits
92
 
93
- The data is split into a training, validation and test set.
94
-
95
- | Split | Examples |
96
- |------------|----------|
97
- | Train | 56,803 |
98
- | Validation | 591 |
99
- | Test | 1,469 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
 
102
  ## Dataset Creation
 
90
 
91
  ### Data Splits
92
 
93
+ Release 1 (default config):
94
+ - The first release of the TED-LIUM corpus, consisting of English-language TED talks with accompanying transcriptions, sampled at 16kHz.
95
+ - It contains about 118 hours of speech.
96
+ - Homepage: https://www.openslr.org/7/
97
+
98
+ Release 2:
99
+ - 1495 audio talks and their automatically aligned transcriptions.
100
+ - Dictionary with pronunciations (159848 entries).
101
+ - Selected monolingual data for language modeling from WMT12 publicly available corpora.
102
+ - Homepage: https://www.openslr.org/19/
103
+
104
+ Release 3:
105
+
106
+ - 2351 audio talks and their automatically aligned transcriptions, totalling 452 hours of audio.
107
+ - TED-LIUM 2 validation and test data: 19 TED talks with their corresponding manual transcriptions.
108
+ - Dictionary with pronunciations (159848 entries), the same file as the one included in TED-LIUM 2.
109
+ - Selected monolingual data for language modeling from WMT12 publicly available corpora: these files come from the TED-LIUM 2 release, but have been modified to produce a tokenization more relevant for English language.
110
+ - Homepage: https://www.openslr.org/51/
111
+
112
+ Each release is split into a training, validation and test set:
113
+
114
+ | Split | Release 1 | Release 2 | Release 3 |
115
+ |------------|-----------|-----------|-----------|
116
+ | Train | 56,803 | 92,973 | 268,263 |
117
+ | Validation | 591 | 591 | 591 |
118
+ | Test | 1,469 | 1,469 | 1,469 |
119
 
120
 
121
  ## Dataset Creation