Datasets:
ufal
/

Modalities:
Audio
Text
Formats:
webdataset
Languages:
Czech
Libraries:
Datasets
WebDataset
License:
stanvla commited on
Commit
1acee4d
·
verified ·
1 Parent(s): e5605c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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` | **Average per-character duration**, computed at the word level (range 0.035–1.0s/char). |
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. |