Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,12 +7,15 @@ tags:
|
|
| 7 |
- speech
|
| 8 |
---
|
| 9 |
|
|
|
|
| 10 |
### Dataset Description
|
|
|
|
| 11 |
This dataset contains high-quality voice recordings of 40 sentences selected from the famous Chinese prose "Moonlight over the Lotus Pond" (荷塘月色) by Zhu Ziqing. The total duration of the audio is over 3 minutes, designed specifically for Text-to-Speech (TTS) model fine-tuning or linguistic analysis.
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
### Issues Encountered & Solutions
|
| 14 |
-
During the dataset preparation, I encountered two main issues:
|
| 15 |
|
| 16 |
-
First, there was significant **background noise and breath sounds** in the initial recordings, which affected the clarity of the prose's delicate tone. I effectively reduced the noise in the audio using the methods described in the instructions.
|
| 17 |
|
| 18 |
-
Second, I faced **segmentation alignment errors** due to the long, rhythmic sentences characteristic of Zhu Ziqing’s style. Some transcriptions didn't perfectly match the natural pauses in my speech. I resolved this by re-listening to each clip and carefully adjusting the text in the `metadata.csv` to ensure every word and pause aligned precisely with the audio.
|
|
|
|
| 7 |
- speech
|
| 8 |
---
|
| 9 |
|
| 10 |
+
|
| 11 |
### Dataset Description
|
| 12 |
+
|
| 13 |
This dataset contains high-quality voice recordings of 40 sentences selected from the famous Chinese prose "Moonlight over the Lotus Pond" (荷塘月色) by Zhu Ziqing. The total duration of the audio is over 3 minutes, designed specifically for Text-to-Speech (TTS) model fine-tuning or linguistic analysis.
|
| 14 |
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
### Issues Encountered & Solutions
|
|
|
|
| 19 |
|
|
|
|
| 20 |
|
| 21 |
+
During the dataset preparation, I encountered two main issues:First, there was significant **background noise and breath sounds** in the initial recordings, which affected the clarity of the prose's delicate tone. I effectively reduced the noise in the audio using the methods described in the instructions.Second, I faced **segmentation alignment errors** due to the long, rhythmic sentences characteristic of Zhu Ziqing’s style. Some transcriptions didn't perfectly match the natural pauses in my speech. I resolved this by re-listening to each clip and carefully adjusting the text in the `metadata.csv` to ensure every word and pause aligned precisely with the audio.
|