Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ Each row represents a continuous speech segment with rich metadata:
|
|
52 |
| `n_true_words` | Number of words in the segment. |
|
53 |
| `seg_edit_dist` | Normalized Levenshtein distance between `true_text` and `rec_text`. |
|
54 |
| `align_edit_dist_max` | Maximum edit distance among aligned word pairs. |
|
55 |
-
| `true_char_avg_dur` |
|
56 |
| `start_token_id` | Starting token ID from the vertical format. |
|
57 |
| `end_token_id` | Ending token ID. |
|
58 |
| `wav2vec_rec` | Wav2Vec 2.0 decoded transcript used for verification. |
|
|
|
52 |
| `n_true_words` | Number of words in the segment. |
|
53 |
| `seg_edit_dist` | Normalized Levenshtein distance between `true_text` and `rec_text`. |
|
54 |
| `align_edit_dist_max` | Maximum edit distance among aligned word pairs. |
|
55 |
+
| `true_char_avg_dur` | Average per-character duration, computed at the word level. |
|
56 |
| `start_token_id` | Starting token ID from the vertical format. |
|
57 |
| `end_token_id` | Ending token ID. |
|
58 |
| `wav2vec_rec` | Wav2Vec 2.0 decoded transcript used for verification. |
|