owsm_finetune / intro.md
ms180's picture
Upload 14 files
cb0fcd5 verified
|
raw
history blame
No virus
507 Bytes
Please create the zip file in the following structure:
```
train.zip
- audio
- audio_id_1.wav
- audio_id_2.wav
- ...
- text
- text_ctc
```
`text_ctc` should contain the transcription in the following format:
```
audio_id_1 transcription
audio_id_2 transcription
...
```
`text` should contain the text output in the following format:
```
audio_id_1 transcription or translated text
audio_id_2 transcription or translated text
...
```