Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,9 @@ It has been released along with a paper **A Comparative Analysis of Bilingual an
|
|
| 13 |
Automatic Speech Recognition in Multilingual Oral History Archives** accepted to INTERSPEECH2024 conference.
|
| 14 |
|
| 15 |
## Paper
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
|
| 18 |
### All pre-trained models released along with the paper
|
| 19 |
- [fav-kky/wav2vec2-base-cs-50k](https://huggingface.co/fav-kky/wav2vec2-base-cs-50k) (monolingual Czech)
|
|
@@ -26,19 +28,14 @@ The pre-print of our paper is available at http://arxiv.org/abs/2407.17160.
|
|
| 26 |
## Citation
|
| 27 |
If you find this model useful, please cite our paper:
|
| 28 |
```
|
| 29 |
-
@inproceedings{
|
| 30 |
-
title
|
| 31 |
-
author
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
},
|
| 38 |
-
booktitle={Proc. Interspeech 2024},
|
| 39 |
-
note={In Press},
|
| 40 |
-
year={2024},
|
| 41 |
-
url={https://arxiv.org/abs/2407.17160},
|
| 42 |
}
|
| 43 |
```
|
| 44 |
|
|
|
|
| 13 |
Automatic Speech Recognition in Multilingual Oral History Archives** accepted to INTERSPEECH2024 conference.
|
| 14 |
|
| 15 |
## Paper
|
| 16 |
+
https://www.isca-archive.org/interspeech_2024/lehecka24_interspeech.pdf
|
| 17 |
+
|
| 18 |
+
Pre-print: http://arxiv.org/abs/2407.17160.
|
| 19 |
|
| 20 |
### All pre-trained models released along with the paper
|
| 21 |
- [fav-kky/wav2vec2-base-cs-50k](https://huggingface.co/fav-kky/wav2vec2-base-cs-50k) (monolingual Czech)
|
|
|
|
| 28 |
## Citation
|
| 29 |
If you find this model useful, please cite our paper:
|
| 30 |
```
|
| 31 |
+
@inproceedings{lehecka24_interspeech,
|
| 32 |
+
title = {A Comparative Analysis of Bilingual and Trilingual Wav2Vec Models for Automatic Speech Recognition in Multilingual Oral History Archives},
|
| 33 |
+
author = {Jan Lehečka and Josef V. Psutka and Lubos Smidl and Pavel Ircing and Josef Psutka},
|
| 34 |
+
year = {2024},
|
| 35 |
+
booktitle = {Interspeech 2024},
|
| 36 |
+
pages = {1285--1289},
|
| 37 |
+
doi = {10.21437/Interspeech.2024-472},
|
| 38 |
+
issn = {2958-1796},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
}
|
| 40 |
```
|
| 41 |
|