Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
nljubesi commited on
Commit
af06dfe
1 Parent(s): cd2469c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -52,11 +52,11 @@ configs:
52
 
53
  # The Polish Parliamentary Spoken Dataset ParlaSpeech-PL 1.0
54
 
55
- http://hdl.handle.net/11356/1686
56
 
57
- The ParlaSpeech-PL dataset is built from the transcripts of parliamentary proceedings available in the Polish part of the ParlaMint corpus, and the parliamentary recordings available from the Polish Parliament's YouTube channel.
58
 
59
- The corpus consists of audio segments that correspond to specific sentences in the transcripts. The transcript contains word-level alignments to the recordings, each instance consisting of character and millisecond start and end offsets, allowing for simple further segmentation of long sentences into shorter segments for ASR and other memory-sensitive applications. Sequences longer than 30 seconds have already been removed from this dataset, which should allow for a simple usage on most modern GPUs.
60
 
61
  Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl.handle.net/11356/1859) via the utterance ID and character offsets.
62
 
 
52
 
53
  # The Polish Parliamentary Spoken Dataset ParlaSpeech-PL 1.0
54
 
55
+ The master dataset can be found at http://hdl.handle.net/11356/1686.
56
 
57
+ The ParlaSpeech-PL dataset is built from the transcripts of parliamentary proceedings available in the Polish part of the ParlaMint corpus (http://hdl.handle.net/11356/1859), and the parliamentary recordings available from the Polish Parliament's YouTube channel (https://www.youtube.com/channel/UCN5seY_Oy_GiJRhF06GfRlw).
58
 
59
+ The dataset consists of audio segments that correspond to specific sentences in the transcripts. The transcript contains word-level alignments to the recordings, each instance consisting of character and millisecond start and end offsets, allowing for simple further segmentation of long sentences into shorter segments for ASR and other memory-sensitive applications. Sequences longer than 30 seconds have already been removed from this dataset, which should allow for a simple usage on most modern GPUs.
60
 
61
  Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl.handle.net/11356/1859) via the utterance ID and character offsets.
62