Update README.md
Browse files
README.md
CHANGED
|
@@ -43,5 +43,15 @@ Researchers and practitioners using this model must ensure appropriate ethical o
|
|
| 43 |
|
| 44 |
## Citation
|
| 45 |
|
| 46 |
-
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Citation
|
| 45 |
|
| 46 |
+
```bibtex
|
| 47 |
+
@mastersthesis{mlynar2025llmadapt,
|
| 48 |
+
author = {Tomáš Mlynář},
|
| 49 |
+
title = {Compute-constrained LLM adaptation to Czech language},
|
| 50 |
+
school = {Czech Technical University in Prague},
|
| 51 |
+
year = {2025},
|
| 52 |
+
type = {Master's thesis},
|
| 53 |
+
month = {6},
|
| 54 |
+
note = {Supervisor: Ing. Herbert Ullrich},
|
| 55 |
+
url = {http://hdl.handle.net/10467/123587}
|
| 56 |
+
}
|
| 57 |
+
```
|