aangelakis commited on
Commit
c0100da
·
verified ·
1 Parent(s): 782cf63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -31,12 +31,21 @@ dataset_info:
31
  dtype: int64
32
  - name: text
33
  dtype: string
34
- - name: audio_path
35
  dtype: audio
36
  - name: text_path
37
  dtype: string
 
 
 
 
 
 
 
 
 
 
38
  ---
39
-
40
  # STOMA: A Multi-Speaker Greek Speech Corpus
41
  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.
42
 
 
31
  dtype: int64
32
  - name: text
33
  dtype: string
34
+ - name: audio
35
  dtype: audio
36
  - name: text_path
37
  dtype: string
38
+ - name: file_name
39
+ dtype: string
40
+ splits:
41
+ - name: full
42
+ num_examples: 14552
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: full
47
+ path: metadata.csv
48
  ---
 
49
  # STOMA: A Multi-Speaker Greek Speech Corpus
50
  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.
51