Aviv-anthonnyolime commited on
Commit
ef0d470
·
verified ·
1 Parent(s): f4ac271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -3
README.md CHANGED
@@ -1,3 +1,95 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - automatic-speech-recognition
5
+ - text-to-speech
6
+ language:
7
+ - fr
8
+ pretty_name: Siwis
9
+ size_categories:
10
+ - 1K<n<10K
11
+ ---
12
+
13
+ # SIWIS French Speech Synthesis Database
14
+
15
+ This README provides a concise description of the dataset, including its structure, file naming conventions, and known labeling issues. Additionally, suggestions for potential improvements are outlined in the TODO section.
16
+
17
+ The dataset is distributed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) license](https://creativecommons.org/licenses/by/4.0/), permitting its use for any purpose.
18
+
19
+ For more details about the database design and recording process, please refer to:
20
+ Pierre-Edouard Honnet, Alexandros Lazaridis, Philip N. Garner, and Junichi Yamagishi, *The SIWIS French Speech Synthesis Database – Design and recording of a high-quality French database for speech synthesis,* Idiap-Internal-RR-06-2017.
21
+
22
+ ---
23
+
24
+ ## Dataset Contents
25
+
26
+ The dataset is organized into the following components:
27
+
28
+ - **`wavs`**: Segmented audio files.
29
+ - Note: Part 4 contains unsegmented data, and Part 5 is partially segmented.
30
+ - **`text`**: Text prompts corresponding to the audio files.
31
+ - **`lists`**: Recommended training, development, and test sets.
32
+ - **`labs`**: Aligned HTS (Hidden Markov Model-based Text-to-Speech) labels.
33
+ - **`emph_labs`**: Aligned HTS labels with emphasis markers on emphasized words.
34
+ - `P:0`: Neutral words
35
+ - `P:1`: Emphasized words
36
+ - **`other`**:
37
+ - Consolidated prompt files.
38
+ - Question file for use during HTS training with the provided labels.
39
+
40
+ ---
41
+
42
+ ## File Naming Conventions
43
+
44
+ ### Parts 1, 2, 3, and 5
45
+ Files are named using the format:
46
+ `[style]_[type]_[session]_[id].[ext]`
47
+
48
+ Where:
49
+ - **`style`**: Speech style
50
+ - `neut`: Neutral
51
+ - `emph`: Emphasized
52
+ - `expr`: Expressive
53
+ - **`type`**: Content type
54
+ - `parl`: Parliament
55
+ - `book`: Book
56
+ - `siwis`: SIWIS prompts
57
+ - `sus`: SUS (Semantically Unpredictable Sentences)
58
+ - `chap`: Chapter
59
+ - **`session`**: Two-digit session identifier.
60
+ - **`id`**: Four-digit unique identifier.
61
+ - **`ext`**: File extension (`wav`, `txt`, `lab`).
62
+
63
+ ### Part 4
64
+ Files use the format:
65
+ `chap_full.[ext]`
66
+
67
+ ---
68
+
69
+ ## Additional Notes
70
+
71
+ - **Speakers**:
72
+ - Parts 1 to 4 feature recordings from the same main speaker.
73
+ - Part 5 is recorded by a different speaker.
74
+ - **Labels**:
75
+ - Parts 1 to 3 include aligned labels.
76
+ - Parts 4 and 5 lack labels due to their unsegmented nature.
77
+
78
+ ---
79
+
80
+ ## Known Issues
81
+
82
+ 1. The `[s]` sound in "c'est" is frequently replaced with `[k]`, affecting label accuracy.
83
+ 2. In cases where multiple words are emphasized within a sentence, some emphasized words may not be labeled correctly.
84
+
85
+ ---
86
+
87
+ ## TODO
88
+
89
+ To improve the dataset:
90
+
91
+ - Expand labels to include relative position information for emphasized words. For example, indicate the distance of an emphasized word relative to the current word.
92
+
93
+ ---
94
+
95
+ For any questions or further clarification, please contact the dataset maintainers.