meldynamics-a commited on
Commit
0dcc39e
·
verified ·
1 Parent(s): 2e7edc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -98,18 +98,25 @@ The dataset was created by **Vilnius University** (Institute of Data Science and
98
  ## Dataset Structure
99
 
100
  ### Data Format
101
- * **Audio:** `.wav` format, 16 kHz sampling rate, 16-bit quantization, 1 channel (mono).
102
- * **Annotations:** `.eaf` format.
103
-
104
- ### Data Instances
105
- Each data instance consists of a `.wav` audio file and its corresponding `.eaf` text annotation.
106
-
107
- ### Data Content
108
- The recordings cover a wide range of topics and styles to ensure acoustic diversity (sequences of words/phrases, read and spontaneous speech). The content includes:
109
- * Excerpts from books by Lithuanian and foreign authors.
110
- * Current news broadcasts.
111
- * Texts for children, fairy tales, and myths.
112
- * **Specific Domains:** Art (graphics, music, theater, movies), Politics, Education/School, Psychology, Memoirs, Geography, Recipes, History, Nature, Automotive, IT, Sports, Origins of objects, etc.
 
 
 
 
 
 
 
113
 
114
  ## Additional Information
115
 
@@ -120,7 +127,7 @@ The LIEPA-2 dataset is distributed under the **CC BY (Creative Commons Attributi
120
  When using this dataset for the development of other products, please mention in your product description that the dataset was created at **Vilnius University** under the project **"Lietuvių šneka valdomų paslaugų plėtra – LIEPA 2"**.
121
 
122
  ### Contact
123
- For access to the full dataset, please contact: **gediminas.navickas@mif.vu.lt**
124
 
125
  * **Project Website:** [liepa2.rastija.lt](http://liepa2.rastija.lt)
126
  * **Creators:** Vilnius University (Institute of Mathematics and Informatics, Faculty of Philology).
 
98
  ## Dataset Structure
99
 
100
  ### Data Format
101
+ This dataset is **SLICED** for ASR training. Each row represents a single audio segment (utterance or noise event).
102
+
103
+ * **Audio**: The sliced audio segment (WAV, 16kHz).
104
+ * **Text**: The transcription of the segment.
105
+ * For **Noise Segments** (`is_noise=True`), the text contains the noise label (e.g., `+BREATH+`, `+SMACK+`, `+GARBAGE+`).
106
+ * **Metadata Fields**:
107
+ * `is_noise`: **Boolean**. `True` if the segment represents a noise event, `False` for speech. **Note**: The dataset explicitely includes noise segments as separate rows for training stability/negative sampling.
108
+ * `speaker_id`: Unique speaker identifier.
109
+ * `gender`: `Female` / `Male`.
110
+ * `age_group`: e.g., `26-60`, `0-12`.
111
+ * `duration_ms`: Length of segment in milliseconds.
112
+ * `tags`: List of entry-level tags (e.g., `['abc']` for alphabet reading).
113
+ * `annotator`: 2-letter code of the annotator (derived from Speaker ID).
114
+ * `entry_id`: ID of the original recording (EAF file).
115
+ * `segment_id`: ID of the segment within the recording.
116
+ * `start_ms` / `end_ms`: Timestamp in the original file.
117
+
118
+ ### Original Documentation
119
+ For the full labeling protocol and noise class definitions, please refer to the **[readme.pdf](./doc/LIEPA-2-readme.pdf)** included in the repository root.
120
 
121
  ## Additional Information
122
 
 
127
  When using this dataset for the development of other products, please mention in your product description that the dataset was created at **Vilnius University** under the project **"Lietuvių šneka valdomų paslaugų plėtra – LIEPA 2"**.
128
 
129
  ### Contact
130
+ For access to the original dataset, please contact: **gediminas.navickas@mif.vu.lt**
131
 
132
  * **Project Website:** [liepa2.rastija.lt](http://liepa2.rastija.lt)
133
  * **Creators:** Vilnius University (Institute of Mathematics and Informatics, Faculty of Philology).