0x7o
commited on
Commit
·
af0231f
1
Parent(s):
62c20e7
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,20 @@ datasets:
|
|
5 |
language:
|
6 |
- ru
|
7 |
pipeline_tag: text-generation
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- ru
|
7 |
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
# Fialka v2.0 7B
|
10 |
+
|
11 |
+

|
12 |
+
## Description
|
13 |
+
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)ю
|
14 |
+
**This model is not trained on dialogs. Use [2.1 model](https://huggingface.co/0x7194633/fialka-7B-v2.1) to follow the requests more accurately.**
|
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.
|