AlexWortega commited on
Commit
dd96032
1 Parent(s): 0c81972

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -43,4 +43,15 @@ for prompt in prompts:
43
  print(f" response:\n{test_inference(prompt)}")
44
  print("-"*50)
45
 
 
 
 
 
 
 
 
 
 
 
 
46
  ```
 
43
  print(f" response:\n{test_inference(prompt)}")
44
  print("-"*50)
45
 
46
+ ```
47
+
48
+
49
+ ```
50
+ @article{nikolich2024vikhr,
51
+ title={Vikhr: The Family of Open-Source Instruction-Tuned Large Language Models for Russian},
52
+ author={Aleksandr Nikolich and Konstantin Korolev and Artem Shelmanov},
53
+ journal={arXiv preprint arXiv:2405.13929},
54
+ year={2024},
55
+ url={https://arxiv.org/pdf/2405.13929}
56
+ }
57
  ```