aangelakis commited on
Commit
9a5d07b
·
verified ·
1 Parent(s): 9622e10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -46,9 +46,11 @@ configs:
46
  ---
47
  ---
48
  # STOMA: A Multi-Speaker Greek Speech Corpus
49
- STOMA is a new multi-speaker Greek speech corpus designed to advance research in text-to-speech (TTS) synthesis and related speech technologies for under-resourced languages. The corpus comprises approximately 23 hours of professionally recorded read speech from six native speakers (three male and three female), captured under controlled studio conditions using a dual-booth setup to ensure acoustic consistency and high signal quality. The spoken material was selected from the Text Bank of the Center for the Greek Language, specifically from texts corresponding to the B2, C1, and C2 proficiency levels of the Certification of Attainment in Greek, ensuring linguistically rich and pedagogically balanced content. All recordings were standardized to 44.1 kHz, 16-bit mono PCM format and processed through a hybrid quality control pipeline combining automated normalization and manual verification. To assess dataset quality, we trained state-of-the-art neural TTS systems based on the FastSpeech2 acoustic model and the HiFi-GAN vocoder, achieving natural and intelligible synthesized speech. The resulting corpus provides a publicly accessible, high-quality resource that supports both linguistic research and the development of modern speech synthesis systems in Greek.
50
 
51
  ## Dataset Structure
 
 
52
  The dataset is organized into two main directories:
53
  * **Speakers/**: Contains the `.wav` audio files, organized by Speaker ID, Corpus Section, and Session.
54
  * **Text/**: Contains the `.txt` transcripts, organized by Corpus Section and Session.
@@ -73,8 +75,6 @@ Format: `Greek-<speaker>-<corpus>-<session>-<sentence>.wav`
73
  ## Usage
74
  You can load this dataset directly in Python using the Hugging Face `datasets` library.
75
 
76
- **Note:** Ensure `stoma_metadata.csv` is present in the repository for the automatic mapping to work.
77
-
78
  ```python
79
  from datasets import load_dataset
80
 
@@ -93,7 +93,7 @@ sampling_rate = sample["audio"]["sampling_rate"]
93
  ```
94
 
95
  ## License
96
- STOMA is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
97
 
98
 
99
  ## More Information
 
46
  ---
47
  ---
48
  # STOMA: A Multi-Speaker Greek Speech Corpus
49
+ **STOMA** is a new multi-speaker Greek speech corpus designed to advance research in text-to-speech (TTS) synthesis and related speech technologies for under-resourced languages. The corpus comprises approximately 23 hours of professionally recorded read speech from six native speakers (three male and three female), captured under controlled studio conditions using a dual-booth setup to ensure acoustic consistency and high signal quality. The spoken material was selected from the Text Bank of the Center for the Greek Language, specifically from texts corresponding to the B2, C1, and C2 proficiency levels of the Certification of Attainment in Greek, ensuring linguistically rich and pedagogically balanced content. All recordings were standardized to 44.1 kHz, 16-bit mono PCM format and processed through a hybrid quality control pipeline combining automated normalization and manual verification. To assess dataset quality, we trained state-of-the-art neural TTS systems based on the FastSpeech2 acoustic model and the HiFi-GAN vocoder, achieving natural and intelligible synthesized speech. The resulting corpus provides a publicly accessible, high-quality resource that supports both linguistic research and the development of modern speech synthesis systems in Greek.
50
 
51
  ## Dataset Structure
52
+ **The dataset has been converted into a single file named "stoma_full.parquet". If you require the original folder structure, please contact us.**
53
+
54
  The dataset is organized into two main directories:
55
  * **Speakers/**: Contains the `.wav` audio files, organized by Speaker ID, Corpus Section, and Session.
56
  * **Text/**: Contains the `.txt` transcripts, organized by Corpus Section and Session.
 
75
  ## Usage
76
  You can load this dataset directly in Python using the Hugging Face `datasets` library.
77
 
 
 
78
  ```python
79
  from datasets import load_dataset
80
 
 
93
  ```
94
 
95
  ## License
96
+ **STOMA** is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
97
 
98
 
99
  ## More Information