File size: 1,067 Bytes
041f7d2
 
 
 
 
 
7438b5b
af0231f
 
 
 
 
edd814d
774b750
 
af0231f
 
 
 
 
 
 
 
 
 
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
language:
- ru
pipeline_tag: text-generation
---
# Fialka v2.0 7B

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

**Check out our [new V3 model](https://huggingface.co/0x7194633/fialka-7B-v3), which generates Russian text more accurately and better.**

## 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.