Datasets:
ufal
/

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,14 +43,14 @@ Each row represents a continuous speech segment with rich metadata:
43
 
44
  | Column | Description |
45
  |--------|-------------|
46
- | `true_text` | Official transcript (normalized, lowercased, punctuation removed). |
47
  | `rec_text` | Whisper-based ASR output. |
48
  | `speaker` | Speaker ID in the format `Name.DateOfBirth`. |
49
  | `dur` | Duration of the segment in seconds. |
50
  | `vert` | Name of the vertical file from ParCzech 4.0. |
51
  | `n_numbers` | Number of numeric tokens in `true_text`. |
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. |
 
43
 
44
  | Column | Description |
45
  |--------|-------------|
46
+ | `true_text` | Unnormalized official transcript. |
47
  | `rec_text` | Whisper-based ASR output. |
48
  | `speaker` | Speaker ID in the format `Name.DateOfBirth`. |
49
  | `dur` | Duration of the segment in seconds. |
50
  | `vert` | Name of the vertical file from ParCzech 4.0. |
51
  | `n_numbers` | Number of numeric tokens in `true_text`. |
52
  | `n_true_words` | Number of words in the segment. |
53
+ | `seg_edit_dist` | 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. |