Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Meta Speech Recognition Mandarin Dataset (AISHELL3)
|
| 2 |
|
| 3 |
This dataset contains both metadata and audio files for Mandarin speech recognition samples from the AISHELL3 corpus.
|
|
@@ -71,6 +84,8 @@ This dataset contains both metadata and audio files for Mandarin speech recognit
|
|
| 71 |
## Speaker Metadata
|
| 72 |
|
| 73 |
The text field includes speaker metadata in the format:
|
|
|
|
|
|
|
| 74 |
- AGE_*: Speaker age range
|
| 75 |
- GENDER_*: Speaker gender
|
| 76 |
- DIALECT_*: Speaker dialect
|
|
@@ -79,4 +94,4 @@ The text field includes speaker metadata in the format:
|
|
| 79 |
|
| 80 |
1. The dataset includes both metadata and audio files.
|
| 81 |
2. Audio files are stored in the dataset repository.
|
| 82 |
-
3. The dataset is suitable for Mandarin speech recognition tasks.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- automatic-speech-recognition
|
| 4 |
+
- audio-classification
|
| 5 |
+
language:
|
| 6 |
+
- zh
|
| 7 |
+
tags:
|
| 8 |
+
- speech-recognition
|
| 9 |
+
- entity-tagging
|
| 10 |
+
- intent-classifcation
|
| 11 |
+
- age-prediction
|
| 12 |
+
- gender-prediction
|
| 13 |
+
---
|
| 14 |
# Meta Speech Recognition Mandarin Dataset (AISHELL3)
|
| 15 |
|
| 16 |
This dataset contains both metadata and audio files for Mandarin speech recognition samples from the AISHELL3 corpus.
|
|
|
|
| 84 |
## Speaker Metadata
|
| 85 |
|
| 86 |
The text field includes speaker metadata in the format:
|
| 87 |
+
- ENTITY_<type>: Marking begin of an entity
|
| 88 |
+
- INTENT_* : Intent of an utterance
|
| 89 |
- AGE_*: Speaker age range
|
| 90 |
- GENDER_*: Speaker gender
|
| 91 |
- DIALECT_*: Speaker dialect
|
|
|
|
| 94 |
|
| 95 |
1. The dataset includes both metadata and audio files.
|
| 96 |
2. Audio files are stored in the dataset repository.
|
| 97 |
+
3. The dataset is suitable for Mandarin speech recognition tasks.
|