Update README.md
Browse files
README.md
CHANGED
@@ -70,6 +70,13 @@ result = pipe(sample, generate_kwargs={"task": "transcribe", "language": "et"})
|
|
70 |
print(result)
|
71 |
```
|
72 |
|
73 |
-
##
|
74 |
|
75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
print(result)
|
71 |
```
|
72 |
|
73 |
+
## Citation
|
74 |
|
75 |
+
```
|
76 |
+
@inproceedings{fedorchenko-2025-optimizing,
|
77 |
+
title = "Optimizing Estonian {TV} Subtitles with Semi-supervised Learning and {LLMs}",
|
78 |
+
author = {Fedorchenko, Artem and Alum{\"a}e, Tanel},
|
79 |
+
booktitle = "Proceedings of the 25th Nordic Conference on Computational Linguistics (NoDaLiDa)",
|
80 |
+
year = "2025"
|
81 |
+
}
|
82 |
+
```
|