raianand commited on
Commit
a59b3b2
1 Parent(s): a7d73e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -48,10 +48,9 @@ size_categories:
48
 
49
  ### Dataset Summary
50
 
51
- VoxPopuli is a large-scale multilingual speech corpus for representation learning, semi-supervised learning and interpretation.
52
- The raw data is collected from 2009-2020 [European Parliament event recordings](https://multimedia.europarl.europa.eu/en/home). We acknowledge the European Parliament for creating and sharing these materials.
53
- This implementation contains transcribed speech data for 18 languages.
54
- It also contains 29 hours of transcribed speech data of non-native English intended for research in ASR for accented speech (15 L2 accents)
55
 
56
  ### Example usage
57
 
 
48
 
49
  ### Dataset Summary
50
 
51
+ TIE_shorts is a derived version of the Technical Indian English (TIE) dataset, a large-scale speech dataset originally consisting of approximately 750 GB of content sourced from the NPTEL platform. The original TIE dataset contains around 9.8K technical lectures in English delivered by instructors from various regions across India, with each lecture averaging about 50 minutes. These lectures cover a wide range of technical subjects and capture diverse linguistic features characteristic of Indian English.
52
+
53
+ The TIE_shorts version was created to facilitate efficient training and usage in speech processing tasks by providing shorter audio samples. In TIE_shorts, consecutive audio snippets from the original dataset were merged based on timestamps, with a condition that the final merged audio should not exceed 30 seconds in duration. This process results in 25–30 second audio clips, each accompanied by a corresponding ground-truth transcript. This approach retains the linguistic diversity of the original dataset while significantly reducing the size and complexity, making TIE_shorts ideal for Automatic Speech Recognition (ASR) and other speech-to-text applications.
 
54
 
55
  ### Example usage
56