Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -137,4 +137,15 @@ Users should be made aware of the risks, biases and limitations of the dataset.
|
|
| 137 |
|
| 138 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 139 |
|
| 140 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
|
| 138 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 139 |
|
| 140 |
+
```bibtex
|
| 141 |
+
@mastersthesis{mlynar2025llmadapt,
|
| 142 |
+
author = {Tomáš Mlynář},
|
| 143 |
+
title = {Compute-constrained LLM adaptation to Czech language},
|
| 144 |
+
school = {Czech Technical University in Prague},
|
| 145 |
+
year = {2025},
|
| 146 |
+
type = {Master's thesis},
|
| 147 |
+
month = {6},
|
| 148 |
+
note = {Supervisor: Ing. Herbert Ullrich},
|
| 149 |
+
url = {http://hdl.handle.net/10467/123587}
|
| 150 |
+
}
|
| 151 |
+
```
|