Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Chinese
ArXiv:
Libraries:
Datasets
Dask
License:
evan0617 commited on
Commit
83d44b6
·
verified ·
1 Parent(s): df7d66d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -109,7 +109,8 @@ dialogue_data/
109
  │ ├── train/*.tar
110
  │ └── test/*.tar
111
  └── transcript/*.txt
112
- speaker_info.xlsx # summary of speaker information
 
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
- speaker_info.xlsx # summary of speaker information
 
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