Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,16 +121,14 @@ OWSM v3 is trained on 180k hours of paired speech data. It supports various spee
|
|
121 |
- Long-form transcription
|
122 |
- Language identification
|
123 |
|
124 |
-
For more details about OWSM, please check out our paper [here](https://arxiv.org/abs/2309.13876) (ASRU 2023).
|
125 |
|
126 |
```
|
127 |
-
@
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
archivePrefix={arXiv},
|
133 |
-
primaryClass={cs.CL}
|
134 |
}
|
135 |
```
|
136 |
|
|
|
121 |
- Long-form transcription
|
122 |
- Language identification
|
123 |
|
124 |
+
For more details about OWSM, please check out our paper [here](https://arxiv.org/abs/2309.13876) (Peng et al., ASRU 2023).
|
125 |
|
126 |
```
|
127 |
+
@article{peng2023owsm,
|
128 |
+
title={Reproducing Whisper-Style Training Using an Open-Source Toolkit and Publicly Available Data},
|
129 |
+
author={Yifan Peng and Jinchuan Tian and Brian Yan and Dan Berrebbi and Xuankai Chang and Xinjian Li and Jiatong Shi and Siddhant Arora and William Chen and Roshan Sharma and Wangyou Zhang and Yui Sudo and Muhammad Shakeel and Jee-weon Jung and Soumi Maiti and Shinji Watanabe},
|
130 |
+
journal={arXiv preprint arXiv:2309.13876},
|
131 |
+
year={2023}
|
|
|
|
|
132 |
}
|
133 |
```
|
134 |
|