0x7o
commited on
Commit
•
f3c29d0
1
Parent(s):
ed10270
Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,19 @@ datasets:
|
|
6 |
language:
|
7 |
- ru
|
8 |
pipeline_tag: text-generation
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
language:
|
7 |
- ru
|
8 |
pipeline_tag: text-generation
|
9 |
+
---
|
10 |
+
# Fialka v2.1 7B
|
11 |
+
|
12 |
+
![Violet](https://i.imgur.com/EDwW6t6.png)
|
13 |
+
## Description
|
14 |
+
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).
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
The model has a query format as in zephyr.
|
18 |
+
```
|
19 |
+
<|user|>
|
20 |
+
Напиши код на python, который удалит файл `1.txt`.</s>
|
21 |
+
<|assistant|>
|
22 |
+
Для того чтобы удалить файл в Python необходимо использовать функцию os.remove(). Она принимает имя файла в качестве аргумента и выполняет операции удаления <...>
|
23 |
+
```
|
24 |
+
Check out the [space](https://huggingface.co/spaces/0x7194633/fialka) to use the model in UI without downloading.
|