pyf98 commited on
Commit
3bc62fd
·
verified ·
1 Parent(s): b392c1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -66,6 +66,18 @@ In this repo, we release two subsets:
66
 
67
  This dataset follows the ESPnet OWSM data format as described in [ESPnet `s2t1` recipe](https://github.com/espnet/espnet/tree/master/egs2/TEMPLATE/s2t1).
68
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ---
70
 
71
  ## OWSM v4 Results
 
66
 
67
  This dataset follows the ESPnet OWSM data format as described in [ESPnet `s2t1` recipe](https://github.com/espnet/espnet/tree/master/egs2/TEMPLATE/s2t1).
68
 
69
+ ### Structure
70
+
71
+ Each subset contains the following files:
72
+
73
+ - `text`: text transcriptions with utterance-level timestamps: `uttid <language><asr><start_time1> sentence1<end_time1><start_time2> sentence2<end_time2>...`
74
+ - `text.ctc`: text transcriptions without timestamps: `uttid sentence1 sentence2 ...`
75
+ - `text.prev`: text transcriptions of the previous sentence in the same recording without timestamps: `uttid previous_sentences`
76
+ - `wav.scp`: paths to audio files: `uttid audio_path`. The audio files are saved in Kaldi `ark` format. `kaldiio` can be used to read the audio array and sample rate.
77
+
78
+ Utterance IDs follow this format: `<recording_id>_<start_time>_<end_time>_<language>_asr`, where `<recording_id>` is the original ID in [YODAS2](https://huggingface.co/datasets/espnet/yodas2).
79
+ Therefore, this dataset can be mapped to the original dataset if needed.
80
+
81
  ---
82
 
83
  ## OWSM v4 Results