Den4ikAI commited on
Commit
bdd0fa6
1 Parent(s): ae4b74c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - conversational
5
+ - text-generation
6
+ - text2text-generation
7
+ language:
8
+ - ru
9
+ size_categories:
10
+ - 1M<n<10M
11
  ---
12
+ ### Den4ikAI/russian_dialogues_2
13
+
14
+ Датасет русских диалогов для обучения диалоговых моделей.
15
+ Количество диалогов - 1.6 миллиона
16
+
17
+ Формат датасета:
18
+ ```
19
+ {
20
+ 'sample': ['Привет', 'Привет', 'Как дела?']
21
+ }
22
+ ```
23
+ ### Citation:
24
+
25
+ ```
26
+ @MISC{russian_instructions,
27
+ author = {Denis Petrov},
28
+ title = {Russian context dialogues dataset for conversational agents},
29
+ url = {https://huggingface.co/datasets/Den4ikAI/russian_dialogues_2},
30
+ year = 2023
31
+ }
32
+ ```