Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,10 +18,9 @@ and speech modeling tasks that benefit from natural discourse flow.
|
|
18 |
The dataset is created using a combination of WhisperX and Wav2Vec 2.0 models for robust automatic alignment and filtering.
|
19 |
Segments are formed by aggregating consecutive well-aligned words until encountering a speaker change or misalignment.
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
Users are encouraged to choose the variant that best fits their use case.
|
25 |
|
26 |
## 🚨 Disclaimer
|
27 |
|
@@ -29,6 +28,10 @@ Users are encouraged to choose the variant that best fits their use case.
|
|
29 |
The **complete version** containing all aligned segments will be made available **soon**.
|
30 |
All summary statistics shown below (e.g. total segment count, duration) are **computed on the complete dataset**, **not** the currently available subset.
|
31 |
|
|
|
|
|
|
|
|
|
32 |
|
33 |
## Data Splits
|
34 |
|
@@ -62,6 +65,7 @@ Each row represents a continuous speech segment with rich metadata:
|
|
62 |
|
63 |
## Citation
|
64 |
|
|
|
65 |
|
66 |
```
|
67 |
TODO
|
|
|
18 |
The dataset is created using a combination of WhisperX and Wav2Vec 2.0 models for robust automatic alignment and filtering.
|
19 |
Segments are formed by aggregating consecutive well-aligned words until encountering a speaker change or misalignment.
|
20 |
|
21 |
+
The dataset is derived from the [**ParCzech 4.0**](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-5360) corpus (official transcripts of parliamentary sessions) and the corresponding [**AudioPSP 24.01**](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-5404) audios.
|
22 |
|
23 |
+
This dataset includes rich metadata and is released under the permissive **CC-BY**, allowing for commercial and academic use.
|
|
|
24 |
|
25 |
## 🚨 Disclaimer
|
26 |
|
|
|
28 |
The **complete version** containing all aligned segments will be made available **soon**.
|
29 |
All summary statistics shown below (e.g. total segment count, duration) are **computed on the complete dataset**, **not** the currently available subset.
|
30 |
|
31 |
+
## 🔔 Note
|
32 |
+
|
33 |
+
📢 A **sentence-segmented variant** is also available [ParCzech4Speech (Sentence-Segmented Variant)](https://huggingface.co/datasets/ufal/parczech4speech-segmented), optimized for tasks requiring clean sentence boundaries and stricter control over segment quality.
|
34 |
+
|
35 |
|
36 |
## Data Splits
|
37 |
|
|
|
65 |
|
66 |
## Citation
|
67 |
|
68 |
+
Please cite the dataset as follows:
|
69 |
|
70 |
```
|
71 |
TODO
|