Datasets:
Create README.md
Browse filesadd data_mini dataset readme file
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- token-classification
|
4 |
+
language:
|
5 |
+
- zh
|
6 |
+
tags:
|
7 |
+
- tone
|
8 |
+
- pinyin
|
9 |
+
- sentence
|
10 |
+
- audio
|
11 |
+
size_categories:
|
12 |
+
- 100M<n<1B
|
13 |
+
---
|
14 |
+
|
15 |
+
|
16 |
+
## Dataset Details
|
17 |
+
- Welcome to the Single-Speaker Mandarin Audio Dataset! This dataset is a curated subset extracted from a larger collection, focusing on audio recordings of a single speaker. Each audio file is accompanied by valuable linguistic annotations, including Pinyin transcriptions, tone information, and onset and offset details.
|
18 |
+
|
19 |
+
### Dataset Description
|
20 |
+
|
21 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
- **Speaker:** The dataset exclusively features recordings of a single Mandarin speaker, providing consistency for various linguistic analyses and applications.
|
26 |
+
- **Pinyin Transcriptions:** Each audio file comes with a corresponding Pinyin transcription, offering a phonetic representation of the spoken Mandarin.
|
27 |
+
- **Tone Information:** Tone annotations are included to capture the tonal characteristics of the spoken language. This feature is essential for tone-related studies and applications.
|
28 |
+
- **Onset and Offset Details:** Precise information about the onset and offset of each audio segment is provided. This allows for accurate segmentation and analysis of the spoken content.
|
29 |
+
|
30 |
+
### Dataset Sources [optional]
|
31 |
+
|
32 |
+
<!-- Provide the basic links for the dataset. -->
|
33 |
+
|
34 |
+
- Subset of the Original Kaggle Dataset
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
- Use for model evaluation or demo
|