fialka-7B-v2.1 / README.md
0x7o
Update README.md
3fe1a0d
---
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).
**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.