Spaces:
Sleeping
Sleeping
File size: 507 Bytes
cb0fcd5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
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
...
```
|