Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -109,7 +109,8 @@ dialogue_data/
|
|
| 109 |
│ ├── train/*.tar
|
| 110 |
│ └── test/*.tar
|
| 111 |
└── transcript/*.txt
|
| 112 |
-
|
|
|
|
| 113 |
```
|
| 114 |
Each WAV file has a corresponding TXT file with the same name, containing its annotations.
|
| 115 |
|
|
@@ -135,7 +136,8 @@ sentence_data/
|
|
| 135 |
│ ├── dev/*.tar
|
| 136 |
│ └── test/*.tar
|
| 137 |
└── transcript/*.txt
|
| 138 |
-
|
|
|
|
| 139 |
```
|
| 140 |
Each WAV file has a corresponding TXT, containing its annotations.
|
| 141 |
|
|
|
|
| 109 |
│ ├── train/*.tar
|
| 110 |
│ └── test/*.tar
|
| 111 |
└── transcript/*.txt
|
| 112 |
+
UTTERANCEINFO.txt # annotation of topics and duration
|
| 113 |
+
SPKINFO.txt # annotation of location , age , gender and device
|
| 114 |
```
|
| 115 |
Each WAV file has a corresponding TXT file with the same name, containing its annotations.
|
| 116 |
|
|
|
|
| 136 |
│ ├── dev/*.tar
|
| 137 |
│ └── test/*.tar
|
| 138 |
└── transcript/*.txt
|
| 139 |
+
UTTERANCEINFO.txt # annotation of topics and duration
|
| 140 |
+
SPKINFO.txt # annotation of location , age , gender and device
|
| 141 |
```
|
| 142 |
Each WAV file has a corresponding TXT, containing its annotations.
|
| 143 |
|