Bogdan commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,3 +41,17 @@ if tokenizer.chat_template is not None:
|
|
| 41 |
|
| 42 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
| 43 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
| 43 |
```
|
| 44 |
+
|
| 45 |
+
## Citation
|
| 46 |
+
|
| 47 |
+
```bibtex
|
| 48 |
+
@article{tikhomirov2024facilitating,
|
| 49 |
+
title={Facilitating Large Language Model Russian Adaptation with Learned Embedding Propagation},
|
| 50 |
+
author={Tikhomirov, Mikhail and Chernyshov, Daniil},
|
| 51 |
+
journal={Journal of Language and Education},
|
| 52 |
+
volume={10},
|
| 53 |
+
number={4},
|
| 54 |
+
pages={130--145},
|
| 55 |
+
year={2024}
|
| 56 |
+
}
|
| 57 |
+
```
|