--- 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`. <|assistant|> Для того чтобы удалить файл в Python необходимо использовать функцию os.remove(). Она принимает имя файла в качестве аргумента и выполняет операции удаления <...> ``` Check out the [space](https://huggingface.co/spaces/0x7194633/fialka) to use the model in UI without downloading.