artemmm commited on
Commit
4075833
·
verified ·
1 Parent(s): 5f4bb33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -70,6 +70,13 @@ result = pipe(sample, generate_kwargs={"task": "transcribe", "language": "et"})
70
  print(result)
71
  ```
72
 
73
- ## Evaluation results
74
 
75
- TODO
 
 
 
 
 
 
 
 
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
+ ```