Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,19 @@ Cообщество:
|
|
38 |
|
39 |
Все модели выложены под Apache2.0
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
|
43 |
## 🇺🇸 English Version
|
@@ -60,11 +73,15 @@ If you're also passionate about AI and would like to contribute to the developme
|
|
60 |
|
61 |
Model opensourced with Apache2.0
|
62 |
|
63 |
-
Cite
|
|
|
|
|
|
|
64 |
@article{nikolich2024vikhr,
|
65 |
-
title={Vikhr:
|
66 |
-
author={Aleksandr Nikolich and Konstantin Korolev and Igor Kiselev and Artem Shelmanov },
|
67 |
-
|
68 |
year={2024},
|
69 |
url={https://arxiv.org/pdf/2405.13929}
|
70 |
-
}
|
|
|
|
38 |
|
39 |
Все модели выложены под Apache2.0
|
40 |
|
41 |
+
### Процитировать
|
42 |
+
|
43 |
+
Если Вы используете наши модели или код в своих работах, пожалуйста, используйте эту библиографическую ссылку:
|
44 |
+
```
|
45 |
+
@article{nikolich2024vikhr,
|
46 |
+
title={Vikhr: Constructing a State-of-the-art Bilingual Open-Source Instruction-Following Large Language Model for Russian},
|
47 |
+
author={Aleksandr Nikolich and Konstantin Korolev and Sergei Bratchikov and Igor Kiselev and Artem Shelmanov },
|
48 |
+
booktitle = {Proceedings of the 3rd Workshop on Multi-lingual Representation Learning (MRL)}
|
49 |
+
year={2024},
|
50 |
+
url={https://arxiv.org/pdf/2405.13929}
|
51 |
+
}
|
52 |
+
```
|
53 |
+
|
54 |
---
|
55 |
|
56 |
## 🇺🇸 English Version
|
|
|
73 |
|
74 |
Model opensourced with Apache2.0
|
75 |
|
76 |
+
### Cite
|
77 |
+
|
78 |
+
If you use our models or code, please cite:
|
79 |
+
```
|
80 |
@article{nikolich2024vikhr,
|
81 |
+
title={Vikhr: Constructing a State-of-the-art Bilingual Open-Source Instruction-Following Large Language Model for Russian},
|
82 |
+
author={Aleksandr Nikolich and Konstantin Korolev and Sergei Bratchikov and Igor Kiselev and Artem Shelmanov },
|
83 |
+
booktitle = {Proceedings of the 3rd Workshop on Multi-lingual Representation Learning (MRL)}
|
84 |
year={2024},
|
85 |
url={https://arxiv.org/pdf/2405.13929}
|
86 |
+
}
|
87 |
+
```
|