File size: 1,028 Bytes
025f308
 
 
 
 
 
 
 
f3c29d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: apache-2.0
datasets:
- 0x7194633/fialka-v1-zephyr
- 0x7194633/oasst2-best-ru
language:
- ru
pipeline_tag: text-generation
---
# Fialka v2.1 7B

![Violet](https://i.imgur.com/EDwW6t6.png)
## Description
Fialka language models are trained to follow instructions and maintain communication in Russian. Version 2.1 is trained on a dataset of [instructions](0x7194633/fialka-v1-zephyr) and [dialogs](https://huggingface.co/datasets/0x7194633/oasst2-best-ru).

## Usage
The model has a query format as in zephyr.
```
<|user|>
Напиши код на python, который удалит файл `1.txt`.</s>
<|assistant|>
Для того чтобы удалить файл в Python необходимо использовать функцию os.remove(). Она принимает имя файла в качестве аргумента и выполняет операции удаления <...>
```
Check out the [space](https://huggingface.co/spaces/0x7194633/fialka) to use the model in UI without downloading.