WaveCut commited on
Commit
4072921
·
verified ·
1 Parent(s): 1833f11

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Vikhrmodels/QVikhr-2.5-1.5B-Instruct-r
4
+ language:
5
+ - ru
6
+ - en
7
+ license: apache-2.0
8
+ library:
9
+ library_name: llamacpp
10
+ ---
11
+
12
+ # 💨 QVikhr-2.5-1.5B-Instruct-r
13
+
14
+ Инструктивная модель на основе **QVikhr-2.5-1.5B-Instruct-r**, обученная на русскоязычном датасете **ru Math**.
15
+
16
+ ## Описание:
17
+
18
+ **Vikhrmodels/QVikhr-2.5-1.5B-Instruct-r** представляет собой языковую модель, прошедшую специализированное обучение с использованием метода **RuMath**.
19
+
20
+ # Transformers
21
+ - [QVikhr-2.5-1.5B-Instruct-SMPO](https://hf.co/Vikhrmodels/QVikhr-2.5-1.5B-Instruct-SMPO)
22
+
23
+ ### Авторы
24
+
25
+ - Sergei Bratchikov, [NLP Wanderer](https://t.me/nlpwanderer), [Vikhr Team](https://t.me/vikhrlabs)
26
+ - Aleksandr Nikolich, [Vikhr Team](https://t.me/vikhrlabs)
27
+ - Nikolay Kompanets, [LakoMoor](https://t.me/lakomoordev), [Vikhr Team](https://t.me/vikhrlabs)
28
+ - Konstantin Korolev, [Vikhr Team](https://t.me/vikhrlabs)
29
+
30
+ ```
31
+ @inproceedings{nikolich2024vikhr,
32
+ title={Vikhr: Advancing Open-Source Bilingual Instruction-Following Large Language Models for Russian and English},
33
+ author={Aleksandr Nikolich and Konstantin Korolev and Sergei Bratchikov and Nikolay Kompanets and Igor Kiselev and Artem Shelmanov},
34
+ booktitle={Proceedings of the 4th Workshop on Multilingual Representation Learning (MRL) @ EMNLP-2024},
35
+ year={2024},
36
+ publisher={Association for Computational Linguistics},
37
+ url={https://arxiv.org/pdf/2405.13929}
38
+ }
39
+ ```