Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ license: apache-2.0
|
|
| 53 |
|
| 54 |
|
| 55 |
### Metadata Format
|
| 56 |
-
We store all audio metadata in a standardized JSON format, where the core fields include `utt_id` (unique identifier for each audio segment), `rover_result` (ROVER result of three ASR transcriptions), `confidence` (confidence score of text transcription),
|
| 57 |
|
| 58 |
|
| 59 |
#### 📂 Content Tree
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
### Metadata Format
|
| 56 |
+
We store all audio metadata in a standardized JSON format, where the core fields include `utt_id` (unique identifier for each audio segment), `rover_result` (ROVER result of three ASR transcriptions), `confidence` (confidence score of text transcription), and `duration` (audio duration); speaker attributes include `gender`, and `age`; audio quality assessment metrics include `sample_rate`, `DNSMOS`; timestamp information includes `timestamp` (precisely recording segment boundaries with `start` and `end`); and extended metadata under the `meta_info` field includes `program` (program name), `region` (geographical information), `link` (original content link), and `domain` (domain classification).
|
| 57 |
|
| 58 |
|
| 59 |
#### 📂 Content Tree
|