Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ The ParlaSpeech-PL dataset is built from the transcripts of parliamentary procee
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. There is also an audio length attribute, allowing for simple discarding of too long segments (most segments are below 30 seconds).
60
 
61
- Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl.handle.net/11356/1859) via utterance IDs and character offsets.
62
 
63
  While in the original dataset all the speaker information from the ParlaMint corpus is available via the "speaker_info" key, in the HuggingFace version of the dataset the date, the name of the speaker, their gender, year of birth, party affiliation at that point in time, status of the party at that point in time (coalition or opposition) and party orientation are given.
64
 
 
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. There is also an audio length attribute, allowing for simple discarding of too long segments (most segments are below 30 seconds).
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
 
63
  While in the original dataset all the speaker information from the ParlaMint corpus is available via the "speaker_info" key, in the HuggingFace version of the dataset the date, the name of the speaker, their gender, year of birth, party affiliation at that point in time, status of the party at that point in time (coalition or opposition) and party orientation are given.
64