Spaces:
Running
Running
add paper link
Browse files
README.md
CHANGED
@@ -52,4 +52,20 @@ Word Error Rates on different test sets.
|
|
52 |
|ASR_subtitles_v2|180M|**6.49**|**8.63**|
|
53 |
|ASR_subtitles_v2_small|70M|6.93|9.30|
|
54 |
|Whisper large finetuned|1550M|7.83|10.64|
|
55 |
-
|Whisper large v3|1550M|11.54|13.76|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|ASR_subtitles_v2|180M|**6.49**|**8.63**|
|
53 |
|ASR_subtitles_v2_small|70M|6.93|9.30|
|
54 |
|Whisper large finetuned|1550M|7.83|10.64|
|
55 |
+
|Whisper large v3|1550M|11.54|13.76|
|
56 |
+
|
57 |
+
|
58 |
+
## Research
|
59 |
+
|
60 |
+
Details on the models, training data and experiments can be found in the following research paper.
|
61 |
+
If you use our ASR models, please consider citing it.
|
62 |
+
|
63 |
+
```bibtex
|
64 |
+
@article{poncelet2024,
|
65 |
+
author = "Poncelet, Jakob and Van hamme, Hugo",
|
66 |
+
title = "Leveraging Broadcast Media Subtitle Transcripts for Automatic Speech Recognition and Subtitling",
|
67 |
+
year={2024},
|
68 |
+
journal={arXiv preprint arXiv:2502.03212},
|
69 |
+
url = {https://arxiv.org/abs/2502.03212}
|
70 |
+
}
|
71 |
+
```
|