Spaces:
Runtime error
Runtime error
title: Fin Eng ASR Autosubtitles | |
emoji: π | |
colorFrom: indigo | |
colorTo: yellow | |
sdk: gradio | |
sdk_version: 3.0.24 | |
app_file: app.py | |
pinned: false | |
license: mit | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
We use Opus-MT models in the code. Here is the citations | |
``` | |
@inproceedings{tiedemann-thottingal-2020-opus, | |
title = "{OPUS}-{MT} {--} Building open translation services for the World", | |
author = {Tiedemann, J{\"o}rg and Thottingal, Santhosh}, | |
booktitle = "Proceedings of the 22nd Annual Conference of the European Association for Machine Translation", | |
month = nov, | |
year = "2020", | |
address = "Lisboa, Portugal", | |
publisher = "European Association for Machine Translation", | |
url = "https://aclanthology.org/2020.eamt-1.61", | |
pages = "479--480", | |
} | |
@inproceedings{tiedemann-2020-tatoeba, | |
title = "The Tatoeba Translation Challenge {--} Realistic Data Sets for Low Resource and Multilingual {MT}", | |
author = {Tiedemann, J{\"o}rg}, | |
booktitle = "Proceedings of the Fifth Conference on Machine Translation", | |
month = nov, | |
year = "2020", | |
address = "Online", | |
publisher = "Association for Computational Linguistics", | |
url = "https://aclanthology.org/2020.wmt-1.139", | |
pages = "1174--1182", | |
} | |
Wav2vec2: | |
BAEVSKI, Alexei, et al. wav2vec 2.0: A framework for self-supervised learning of speech representations. Advances in Neural Information Processing Systems, 2020, 33: 12449-12460. | |
T5: | |
RAFFEL, Colin, et al. Exploring the limits of transfer learning with a unified text-to-text transformer. J. Mach. Learn. Res., 2020, 21.140: 1-67. | |
``` |