amirkamran commited on
Commit
4ec9442
1 Parent(s): bd95278

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ ### Dataset Summary
6
+ This dataset is a modified version of the [LibriSpeech](http://www.openslr.org/12) corpus, converted into parquet format to enhance I/O efficiency in high-performance computing environments. LibriSpeech is widely used for speech recognition research and includes over 1,000 hours of English read speech. This modification retains the original data attributes while improving data handling for distributed training on large-scale models.
7
+
8
+ ---
9
+
10
+ ### Source Data
11
+
12
+ - **Original Dataset**: [LibriSpeech](http://www.openslr.org/12)
13
+ - **License**: The original LibriSpeech dataset is licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/), which applies to this derived dataset.
14
+
15
+ ### Modifications
16
+
17
+ - **Data Format**: Converted to parquet files for more efficient I/O operations.
18
+ - **Optimization**: Designed to reduce storage and improve data loading speed in high-performance or distributed computing setups.
19
+
20
+ ### Dataset Structure
21
+
22
+ - **File Format**: Parquet files.
23
+ - **Languages**: English.
24
+ - **Audio Sampling Rate**: 16 kHz, consistent with LibriSpeech specifications.
25
+ - **Speaker Representation**: Multiple speakers retained from LibriSpeech’s corpus, offering diverse voice samples for training and evaluation.
26
+
27
+ ### Usage
28
+
29
+ This dataset is well-suited for ASR tasks, optimized for high-throughput training in distributed environments.
30
+
31
+ ### Attribution
32
+
33
+ This dataset is derived from the original [LibriSpeech](http://www.openslr.org/12) dataset, with modifications to format. Please cite the original LibriSpeech dataset in any publications or projects using this dataset.