Update README.md
Browse files
README.md
CHANGED
@@ -89,4 +89,17 @@ for inp in inputs:
|
|
89 |
print('\n')
|
90 |
```
|
91 |
|
92 |
-
[wandb](https://wandb.ai/karina_romanova/vikhr/runs/up2hw5eh?workspace=user-karina_romanova)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
print('\n')
|
90 |
```
|
91 |
|
92 |
+
[wandb](https://wandb.ai/karina_romanova/vikhr/runs/up2hw5eh?workspace=user-karina_romanova)
|
93 |
+
|
94 |
+
|
95 |
+
## Cite
|
96 |
+
```
|
97 |
+
@inproceedings{nikolich2024vikhr,
|
98 |
+
title={Vikhr: Constructing a State-of-the-art Bilingual Open-Source Instruction-Following Large Language Model for {Russian}},
|
99 |
+
author={Aleksandr Nikolich and Konstantin Korolev and Sergei Bratchikov and Igor Kiselev and Artem Shelmanov },
|
100 |
+
booktitle = {Proceedings of the 4rd Workshop on Multilingual Representation Learning (MRL) @ EMNLP-2024}
|
101 |
+
year={2024},
|
102 |
+
publisher = {Association for Computational Linguistics},
|
103 |
+
url={https://arxiv.org/pdf/2405.13929}
|
104 |
+
}
|
105 |
+
```
|