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